aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-02-25 14:21:05 +0000
committerTom Tromey <tromey@redhat.com>2011-02-25 14:21:05 +0000
commitee00cd23cfa3bde1468747086437635d4b6698c1 (patch)
tree47c0dda06848bdb272ac69515671e8c6e902d9b4 /gdb/common
parente1e9003466dcc4d2c77362fad3817c35179cd5b6 (diff)
downloadgdb-ee00cd23cfa3bde1468747086437635d4b6698c1.zip
gdb-ee00cd23cfa3bde1468747086437635d4b6698c1.tar.gz
gdb-ee00cd23cfa3bde1468747086437635d4b6698c1.tar.bz2
* common/ax.def (invalid2): Set to 0x31.
Diffstat (limited to 'gdb/common')
-rw-r--r--gdb/common/ax.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/ax.def b/gdb/common/ax.def
index 56ddd4a..5fe2ebf 100644
--- a/gdb/common/ax.def
+++ b/gdb/common/ax.def
@@ -90,7 +90,7 @@ DEFOP (tracev, 2, 0, 0, 1, 0x2e)
DEFOP (invalid, 0, 0, 0, 0, 0x2f)
DEFOP (trace16, 2, 0, 1, 1, 0x30)
/* We need something here just to make the tables come out ok. */
-DEFOP (invalid2, 0, 0, 0, 0, 0x2f)
+DEFOP (invalid2, 0, 0, 0, 0, 0x31)
/* The "consumed" number for pick is wrong, but there's no way to
express the right thing. */
DEFOP (pick, 1, 0, 0, 1, 0x32)