]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Correct trap tracing information
authorMichael Meissner <gnu@the-meissners.org>
Thu, 12 Sep 1996 16:20:05 +0000 (16:20 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 12 Sep 1996 16:20:05 +0000 (16:20 +0000)
sim/d10v/ChangeLog
sim/d10v/simops.c

index b91f653e879ef7c1e1e2af067d1f8312a58b277c..a41fe95e16a052e8a27b54057fd9282e7fca3f93 100644 (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.
index b35a434135b07e03683d07d5a5a1621c74c151d0..8c7342dee32f29c78cbf9813f498de774d0c747b 100644 (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])