MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / get_ilong_debug

Function get_ilong_debug

src/debug.cpp:462–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460 }
461}
462uae_u32 get_ilong_debug (uaecptr addr)
463{
464 if (debug_mmu_mode) {
465 return get_long_debug (addr);
466 } else {
467 if (valid_address (addr, 4))
468 return get_long (addr);
469 return 0xffffffff;
470 }
471}
472
473static uae_u8 *get_real_address_debug(uaecptr addr)
474{

Callers 3

ShowEA_dispFunction · 0.70
ShowEAFunction · 0.70
m68k_disasm_2Function · 0.70

Calls 3

get_longFunction · 0.85
get_long_debugFunction · 0.70
valid_addressFunction · 0.70

Tested by

no test coverage detected