From: dtrg Date: Sun, 29 Apr 2007 20:47:48 +0000 (+0000) Subject: Fixed the trap code to write out the error message correctly. X-Git-Tag: release-6-0-pre-3~7 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6127ddf024f7c5a2a9c504ad30bc9e7546109c63;p=ack.git Fixed the trap code to write out the error message correctly. --- diff --git a/plat/cpm/libsys/_trap.s b/plat/cpm/libsys/_trap.s index 543e0c6a0..a3836c998 100644 --- a/plat/cpm/libsys/_trap.s +++ b/plat/cpm/libsys/_trap.s @@ -206,11 +206,11 @@ eunimpl:lxi h,EUNIMPL pop d ret 1: - lxi h, 1 + lxi h, 6 push h lxi h, text push h - lxi h, 6 + lxi h, 1 push h call _write jmp EXIT