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

Function debug_wgeti

src/debug.cpp:4651–4658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4649 return v;
4650}
4651static uae_u32 REGPARAM2 debug_wgeti (uaecptr addr)
4652{
4653 int off = debug_mem_off (&addr);
4654 uae_u32 v;
4655 v = debug_mem_banks[off]->wgeti (addr);
4656 memwatch_func (addr, 4, 2, &v, MW_MASK_CPU_I, 0);
4657 return v;
4658}
4659static void REGPARAM2 debug_lput (uaecptr addr, uae_u32 v)
4660{
4661 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