From f3250e5db57a485d1c263e062f9aa7b43927f19b Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 8 Nov 1989 11:22:50 +0000 Subject: [PATCH] fixed: commited wrong version --- mach/minix/libsys/head_em.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/minix/libsys/head_em.s b/mach/minix/libsys/head_em.s index 1af9ce0f5..fc4ac4857 100644 --- a/mach/minix/libsys/head_em.s +++ b/mach/minix/libsys/head_em.s @@ -25,9 +25,9 @@ begtext: push bx push cx xor bp,bp - add sp,6 call _m_a_i_n - call _exit + add sp,6 + call __exit .sect .data begdata: hol0: -- 2.34.1