Changeset 7cc6ac0 in buchla-emu for emu/cpu.c


Ignore:
Timestamp:
08/05/2017 05:07:26 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5fa5369
Parents:
c3f113d
Message:

Successfully attached GDB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/cpu.c

    rc3f113d r7cc6ac0  
    470470static void inst_cb(void)
    471471{
     472        gdb_inst();
     473
    472474        uint32_t pc = m68k_get_reg(NULL, M68K_REG_PC);
    473475        uint32_t op = m68k_read_memory_16(pc);
Note: See TracChangeset for help on using the changeset viewer.