1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

entered into RCS

This commit is contained in:
Roland McGrath
1994-03-18 06:02:48 +00:00
parent abf0661750
commit 62256c2486

View File

@@ -43,9 +43,9 @@ Cambridge, MA 02139, USA. */
#define DO_CALL(syscall, args) \
movel syscall, d0; \
linkw fp, POUND(0); \
linkw a6, POUND(0); \
trap POUND(0); \
unlk fp; \
unlk a6; \
bcs error
#define ret rts