Cached results of MMU lookup in get_phys().
This commit is contained in:
parent
20c3415202
commit
2bc2bbc939
2 changed files with 14 additions and 2 deletions
|
|
@ -1919,3 +1919,5 @@ void mem_a20_recalc()
|
|||
// pclog("rammask now %08X\n", rammask);
|
||||
mem_a20_state = state;
|
||||
}
|
||||
|
||||
uint32_t get_phys_virt,get_phys_phys;
|
||||
|
|
|
|||
Loading…
Reference in a new issue