From cd782a1488e2a7889049612832e0a637e60a0bd4 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 20 Apr 1988 15:28:26 +0000 Subject: [PATCH] corrected a syntax error --- mach/m68020/libsys/dup2.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/m68020/libsys/dup2.s b/mach/m68020/libsys/dup2.s index bd4d753f2..003818bfb 100644 --- a/mach/m68020/libsys/dup2.s +++ b/mach/m68020/libsys/dup2.s @@ -10,7 +10,7 @@ link a6,#0 move.l (12,a6),-(sp) move.l #0,-(sp) move.l (8,a6),-(sp) -jsr _fcntl +jsr (_fcntl) add.l #12,sp unlk a6 rts -- 2.34.1