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

Function debug_lput

src/debug.cpp:4659–4664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4657 return v;
4658}
4659static void REGPARAM2 debug_lput (uaecptr addr, uae_u32 v)
4660{
4661 int off = debug_mem_off (&addr);
4662 if (memwatch_func (addr, 2, 4, &v, MW_MASK_CPU_D_W, 0))
4663 debug_mem_banks[off]->lput (addr, v);
4664}
4665static void REGPARAM2 debug_wput (uaecptr addr, uae_u32 v)
4666{
4667 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