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

Function debug_lget

src/debug.cpp:4619–4626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4617}
4618
4619static uae_u32 REGPARAM2 debug_lget(uaecptr addr)
4620{
4621 uae_u32 off = debug_mem_off(&addr);
4622 uae_u32 v;
4623 v = debug_mem_banks[off]->lget(addr);
4624 memwatch_func(addr, 1, 4, &v, MW_MASK_CPU_D_R, 0);
4625 return v;
4626}
4627static uae_u32 REGPARAM2 debug_wget (uaecptr addr)
4628{
4629 int off = debug_mem_off (&addr);

Callers

nothing calls this directly

Calls 2

debug_mem_offFunction · 0.85
memwatch_funcFunction · 0.85

Tested by

no test coverage detected