From ee00cd23cfa3bde1468747086437635d4b6698c1 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 25 Feb 2011 14:21:05 +0000 Subject: * common/ax.def (invalid2): Set to 0x31. --- gdb/common/ax.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/common') 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) -- cgit v1.1