diff options
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/ax.def | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/common/ax.def b/gdb/common/ax.def index f1be688..56ddd4a 100644 --- a/gdb/common/ax.def +++ b/gdb/common/ax.def @@ -86,8 +86,12 @@ DEFOP (swap, 0, 0, 2, 2, 0x2b) DEFOP (getv, 2, 0, 0, 1, 0x2c) DEFOP (setv, 2, 0, 0, 1, 0x2d) DEFOP (tracev, 2, 0, 0, 1, 0x2e) +/* We need something here just to make the tables come out ok. */ DEFOP (invalid, 0, 0, 0, 0, 0x2f) DEFOP (trace16, 2, 0, 1, 1, 0x30) -DEFOP (printf, 0, 0, 0, 0, 0x31) +/* We need something here just to make the tables come out ok. */ +DEFOP (invalid2, 0, 0, 0, 0, 0x2f) +/* The "consumed" number for pick is wrong, but there's no way to + express the right thing. */ DEFOP (pick, 1, 0, 0, 1, 0x32) DEFOP (rot, 0, 0, 3, 3, 0x33) |