From 432cf9054d6c17cd6f175323ec920e1421f27c91 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 21 Feb 1989 10:05:03 +0000 Subject: [PATCH] changed entry points for csa and csb --- mach/m68020/ce/EM_table | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mach/m68020/ce/EM_table b/mach/m68020/ce/EM_table index 460e89394..c020919b1 100644 --- a/mach/m68020/ce/EM_table +++ b/mach/m68020/ce/EM_table @@ -754,11 +754,15 @@ C_bls C_csa - $1 == 4 ==> "jmp (.csa)". + $1 == 4 ==> "move.l (sp)+,a0"; + "move.l (sp)+,d0"; + "jmp (.csa)". default ==> arg_error( "csa", $1). C_csb - $1 == 4 ==> "jmp (.csb)". + $1 == 4 ==> "move.l (sp)+,a0"; + "move.l (sp)+,d0"; + "jmp (.csb)". default ==> arg_error( "csb", $1). C_dch ==> C_loi( (arith)4). -- 2.34.1