From 8850b696ab73837064fa2e1b081f657c80360fc7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 22 Jan 1990 15:05:10 +0000 Subject: [PATCH] brk routine updates .limhp --- mach/m68k2/libem/shp.s | 1 - mach/m68k4/libem/shp.s | 1 - 2 files changed, 2 deletions(-) diff --git a/mach/m68k2/libem/shp.s b/mach/m68k2/libem/shp.s index e9f4f6c33..a0e6b6a05 100644 --- a/mach/m68k2/libem/shp.s +++ b/mach/m68k2/libem/shp.s @@ -13,7 +13,6 @@ bmi 1f add.l #0x400,d0 and.l #~0x3ff,d0 - move.l d0,.limhp move.l a0,-(sp) move.l d0,-(sp) jsr _brk diff --git a/mach/m68k4/libem/shp.s b/mach/m68k4/libem/shp.s index ac5c3fadd..2ff291b42 100644 --- a/mach/m68k4/libem/shp.s +++ b/mach/m68k4/libem/shp.s @@ -11,7 +11,6 @@ blt 1f add.l #0x400, d1 and.l #~0x3ff, d1 - move.l d1, .limhp move.l d1, -(sp) jsr _brk ! allocate 1K bytes of extra storage add.l #4, sp -- 2.34.1