diff options
Diffstat (limited to 'gdb/std-regs.c')
-rw-r--r-- | gdb/std-regs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/std-regs.c b/gdb/std-regs.c index b9c906b..c422073 100644 --- a/gdb/std-regs.c +++ b/gdb/std-regs.c @@ -91,8 +91,9 @@ value_of_builtin_frame_ps_reg (struct frame_info *frame, const void *baton) error (_("Standard register ``$ps'' is not available for this target")); } +void _initialize_frame_reg (); void -_initialize_frame_reg (void) +_initialize_frame_reg () { /* Frame based $fp, $pc, $sp and $ps. These only come into play when the target does not define its own version of these |