]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(INLINE_SYSCALL): Fix last patch.
authorUlrich Drepper <drepper@redhat.com>
Sun, 17 Sep 2000 19:54:50 +0000 (19:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 17 Sep 2000 19:54:50 +0000 (19:54 +0000)
sysdeps/unix/sysv/linux/arm/sysdep.h

index 1fae6c1f43b07a6cc748e3dc3053c9ec1c24fa2c..79453f8fe90bd2bcc55bd4acbcd124f9bec97048 100644 (file)
        asm volatile ("swi      %1      @ syscall " #name       \
                     : "=r" (_a1)                               \
                     : "i" (SYS_ify(name)) ASM_ARGS_##nr        \
-                    : "a1" : "memory");                        \
+                    : "a1", "memory");                         \
        _sys_result = _a1;                                      \
      }                                                         \
      if (_sys_result >= (unsigned int) -4095)                  \