diff options
Diffstat (limited to 'gdb/ax-general.c')
-rw-r--r-- | gdb/ax-general.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ax-general.c b/gdb/ax-general.c index 95092e6..62c382c 100644 --- a/gdb/ax-general.c +++ b/gdb/ax-general.c @@ -145,6 +145,7 @@ ax_simple (struct agent_expr *x, enum agent_op op) /* Append a pick operator to EXPR. DEPTH is the stack item to pick, with 0 being top of stack. */ + void ax_pick (struct agent_expr *x, int depth) { |