aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pyr
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/pyr')
-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 b97ebe7..fbfe87c 100644
--- a/gdb/config/pyr/tm-pyr.h
+++ b/gdb/config/pyr/tm-pyr.h
@@ -56,7 +56,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
If so, what do they look like?
This is becoming harder, since tege@sics.SE wants to change
gcc to not output a prologue when no frame is needed. */
-#define SKIP_PROLOGUE(pc) do {} while (0)
+#define SKIP_PROLOGUE(pc) (pc)
/* Immediately after a function call, return the saved pc.