File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ static void cpu_print_cc(FILE *f, uint32_t cc)
610
610
#define REGS_PER_LINE 8
611
611
#endif
612
612
613
- void sparc_cpu_dump_state (CPUState * cs , FILE * f , int flags )
613
+ static void sparc_cpu_dump_state (CPUState * cs , FILE * f , int flags )
614
614
{
615
615
SPARCCPU * cpu = SPARC_CPU (cs );
616
616
CPUSPARCState * env = & cpu -> env ;
Original file line number Diff line number Diff line change @@ -571,7 +571,6 @@ extern const VMStateDescription vmstate_sparc_cpu;
571
571
#endif
572
572
573
573
void sparc_cpu_do_interrupt (CPUState * cpu );
574
- void sparc_cpu_dump_state (CPUState * cpu , FILE * f , int flags );
575
574
hwaddr sparc_cpu_get_phys_page_debug (CPUState * cpu , vaddr addr );
576
575
int sparc_cpu_gdb_read_register (CPUState * cpu , GByteArray * buf , int reg );
577
576
int sparc_cpu_gdb_write_register (CPUState * cpu , uint8_t * buf , int reg );
You can’t perform that action at this time.
0 commit comments