mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Replaced calls to flushmmucache_cr3() to direct calls to flushmmucache_nopc() and removed the #define.
This commit is contained in:
@@ -2319,7 +2319,7 @@ mem_mapping_recalc(uint64_t base, uint64_t size)
|
||||
map = map->next;
|
||||
}
|
||||
|
||||
flushmmucache_cr3();
|
||||
flushmmucache_nopc();
|
||||
|
||||
#ifdef ENABLE_MEM_LOG
|
||||
pclog("\nMemory map:\n");
|
||||
|
||||
Reference in New Issue
Block a user