Browse Source

change the reg class so it actually compiles

Mike Frysinger 19 years ago
parent
commit
69d12812f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/m68k/bits/syscalls.h

+ 1 - 1
libc/sysdeps/linux/m68k/bits/syscalls.h

@@ -188,7 +188,7 @@ type name(atype a, btype b, ctype c, dtype d, etype e, ftype f) \
 		  "a" ((long)b), \
 		  "a" ((long)c), \
 		  "a" ((long)d), \
-		  "a" ((long)e), \
+		  "g" ((long)e), \
 		  "g" ((long)f) \
 		: "cc", "%d0", "%d1", "%d2", "%d3", \
 		  "%d4", "%d5", "%a0"); \