Changeset 149c3e0 in buchla-emu for emu/cpu.c


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

Resuming, Ctrl-C, breakpoints look OK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/cpu.c

    r5fa5369 r149c3e0  
    494494static void inst_cb(void)
    495495{
    496         gdb_inst();
    497 
    498496        uint32_t pc = m68k_get_reg(NULL, M68K_REG_PC);
    499497        uint32_t op = m68k_read_memory_16(pc);
     498
     499        gdb_inst(op == 0x4e4f);
    500500
    501501        if (op == 0x4e4d) {
Note: See TracChangeset for help on using the changeset viewer.