From 162eb9bb70ec798bbea08632ed44ec6ec1f9104d Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 30 Oct 1986 15:01:16 +0000 Subject: [PATCH] forgot to restore return address in case ".trp" is called. --- mach/vax4/libem/cui.s | 1 + 1 file changed, 1 insertion(+) diff --git a/mach/vax4/libem/cui.s b/mach/vax4/libem/cui.s index 8d2f35f07..4fcf3f4a0 100644 --- a/mach/vax4/libem/cui.s +++ b/mach/vax4/libem/cui.s @@ -22,4 +22,5 @@ Lerr: jmp .fat Liovfl: pushl $EIOVFL + pushl r1 jmp .trp -- 2.34.1