* ax-general.c (ax_pick): Add missing newline.
This commit is contained in:
parent
e5a67952d6
commit
2b52013fe3
@ -1,3 +1,7 @@
|
|||||||
|
2011-02-23 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* ax-general.c (ax_pick): Add missing newline.
|
||||||
|
|
||||||
2011-02-23 Michael Snyder <msnyder@vmware.com>
|
2011-02-23 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
* breakpoint.c (breakpoint_1): Change first argument from an int
|
* breakpoint.c (breakpoint_1): Change first argument from an int
|
||||||
|
@ -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,
|
/* Append a pick operator to EXPR. DEPTH is the stack item to pick,
|
||||||
with 0 being top of stack. */
|
with 0 being top of stack. */
|
||||||
|
|
||||||
void
|
void
|
||||||
ax_pick (struct agent_expr *x, int depth)
|
ax_pick (struct agent_expr *x, int depth)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user