Revision 3f9c3595

b/monitor.c
886 886
    monitor_printf(mon, "nip=0x" TARGET_FMT_lx,
887 887
                   (target_long) qdict_get_int(cpu, "nip"));
888 888
#elif defined(TARGET_SPARC)
889
    monitor_printf(mon, "pc=0x " TARGET_FMT_lx,
889
    monitor_printf(mon, "pc=0x" TARGET_FMT_lx,
890 890
                   (target_long) qdict_get_int(cpu, "pc"));
891 891
    monitor_printf(mon, "npc=0x" TARGET_FMT_lx,
892 892
                   (target_long) qdict_get_int(cpu, "npc"));

Also available in: Unified diff