diff options
Diffstat (limited to 'gdb/ocd.c')
-rw-r--r-- | gdb/ocd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1409,7 +1409,7 @@ bdm_update_flash_command (args, from_tty) { int status, pktlen; struct cleanup *old_chain; - void (*store_registers_tmp) PARAMS ((int)); + void (*store_registers_tmp) (int); if (!ocd_desc) error ("Not connected to OCD device."); |