diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 23:11:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 23:11:16 +0000 |
commit | 69d12812f2adf58ded9ae83887bb7b1cff167f0d (patch) | |
tree | a728b70fbe1993c7330c83417c3477dacb6eb04a /libc/sysdeps/linux | |
parent | 223504d192e9d33d8917290bfb2cd382d9d8d587 (diff) |
change the reg class so it actually compiles
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/m68k/bits/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/bits/syscalls.h b/libc/sysdeps/linux/m68k/bits/syscalls.h index 777ff70c3..05bc7b675 100644 --- a/libc/sysdeps/linux/m68k/bits/syscalls.h +++ b/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"); \ |