mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
gdb: remove spurious spaces after frame_info_ptr
Fix some whitespace issues introduced with the frame_info_ptr patch. Change-Id: I158d30d8108c97564276c647fc98283ff7b12163
This commit is contained in:
@@ -74,7 +74,7 @@ static int mips16_insn_at_pc_has_delay_slot (struct gdbarch *gdbarch,
|
||||
CORE_ADDR addr, int mustbe32);
|
||||
|
||||
static void mips_print_float_info (struct gdbarch *, struct ui_file *,
|
||||
frame_info_ptr , const char *);
|
||||
frame_info_ptr, const char *);
|
||||
|
||||
/* A useful bit in the CP0 status register (MIPS_PS_REGNUM). */
|
||||
/* This bit is set if we are emulating 32-bit FPRs on a 64-bit chip. */
|
||||
|
||||
Reference in New Issue
Block a user