From: ceriel Date: Tue, 21 Feb 1989 10:11:26 +0000 (+0000) Subject: changed entry points csa and csb X-Git-Tag: release-5-5~2562 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6beb10355eb2dabab2d445cdfa5f71a63ac9d2ed;p=ack.git changed entry points csa and csb --- diff --git a/mach/sun3/ce/EM_table b/mach/sun3/ce/EM_table index 5543d954b..695be7171 100644 --- a/mach/sun3/ce/EM_table +++ b/mach/sun3/ce/EM_table @@ -692,11 +692,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).