entered into RCS

This commit is contained in:
Roland McGrath 1994-03-18 06:02:48 +00:00
parent abf0661750
commit 62256c2486
1 changed files with 2 additions and 2 deletions

View File

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