diff options
Diffstat (limited to 'gdb/common/ax.def')
-rw-r--r-- | gdb/common/ax.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/common/ax.def b/gdb/common/ax.def index fdc043f..b08ede3 100644 --- a/gdb/common/ax.def +++ b/gdb/common/ax.def @@ -93,3 +93,5 @@ DEFOP (invalid2, 0, 0, 0, 0, 0x31) express the right thing. */ DEFOP (pick, 1, 0, 0, 1, 0x32) DEFOP (rot, 0, 0, 3, 3, 0x33) +/* Both the argument and consumed numbers are dynamic for this one. */ +DEFOP (printf, 0, 0, 0, 0, 0x34) |