From: ceriel Date: Wed, 24 Nov 1993 12:54:29 +0000 (+0000) Subject: Fixed typo X-Git-Tag: release-5-5~189 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=acd80a39f2ba020f0022bb820d47b4d193f74adc;p=ack.git Fixed typo --- 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)