MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / writeb

Method writeb

source/emulation/softmmu/soft_invalid_page.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void InvalidPage::writeb(MMU* mmu, U32 address, U8 value) {
32 KThread* thread = KThread::currentThread();
33 thread->seg_mapper(address, false, true);
34}
35
36U16 InvalidPage::readw(MMU* mmu, U32 address) {
37 KThread* thread = KThread::currentThread();

Callers

nothing calls this directly

Calls 1

seg_mapperMethod · 0.80

Tested by

no test coverage detected