aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pyr/tm-pyr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/pyr/tm-pyr.h')
-rw-r--r--gdb/config/pyr/tm-pyr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pyr/tm-pyr.h b/gdb/config/pyr/tm-pyr.h
index fbfe87c..b1deeed 100644
--- a/gdb/config/pyr/tm-pyr.h
+++ b/gdb/config/pyr/tm-pyr.h
@@ -332,7 +332,7 @@ do { \
/* Return number of args passed to a frame.
Can return -1, meaning no way to tell. */
-#define FRAME_NUM_ARGS(val, fi) (val = -1)
+#define FRAME_NUM_ARGS(fi) (-1)
/* Return number of bytes at start of arglist that are not really args. */