Correct trap tracing information

This commit is contained in:
Michael Meissner 1996-09-12 16:20:05 +00:00
parent 1d00ce8392
commit a57190924d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Sep 12 12:19:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* simops.c (OP_5F00): Correct tracing information for trap.
Wed Sep 11 18:55:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* Makefile.in (CSEARCH): Correctly find opcodes directory.

View File

@ -2419,7 +2419,7 @@ OP_1 ()
void
OP_5F00 ()
{
trace_input ("trap", OP_CONSTANT16, OP_REG, OP_VOID);
trace_input ("trap", OP_CONSTANT4, OP_VOID, OP_VOID);
trace_output (OP_VOID);
switch (OP[0])