Correct trap tracing information
This commit is contained in:
parent
1d00ce8392
commit
a57190924d
@ -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.
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user