Index: gdb/common/ax.def |
diff --git a/gdb/common/ax.def b/gdb/common/ax.def |
index fdc043fdb459b0bf7c1b19a83eb2c3534dc63bb4..b08ede3160a80c17e209e380d3d21c58d9b9b237 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) |