From 6127ddf024f7c5a2a9c504ad30bc9e7546109c63 Mon Sep 17 00:00:00 2001 From: dtrg Date: Sun, 29 Apr 2007 20:47:48 +0000 Subject: [PATCH] Fixed the trap code to write out the error message correctly. --- plat/cpm/libsys/_trap.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1