From acd80a39f2ba020f0022bb820d47b4d193f74adc Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 24 Nov 1993 12:54:29 +0000 Subject: [PATCH] Fixed typo --- mach/m68020/libsys/_brk.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/m68020/libsys/_brk.s b/mach/m68020/libsys/_brk.s index 2924f1cca..55915b845 100644 --- a/mach/m68020/libsys/_brk.s +++ b/mach/m68020/libsys/_brk.s @@ -11,7 +11,7 @@ __sbrk: move.l (.limhp),d0 add.l d0,(4,sp) move.l #0x11,d0 trap #0 - bcs Icerror + bcs lcerror move.l (.limhp),d0 move.l d0,a0 move.l (4,sp),(.limhp) -- 2.34.1