Enable paging for non-debug builds
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1510
This commit is contained in:
parent
f3e3d24e89
commit
99b81667e5
1 changed files with 0 additions and 3 deletions
|
@ -296,9 +296,6 @@ void PAGING_Enable(bool enabled) {
|
|||
LOG(LOG_PAGING,LOG_NORMAL)("Disabled");
|
||||
} else {
|
||||
LOG(LOG_PAGING,LOG_NORMAL)("Enabled");
|
||||
#if !(C_DEBUG)
|
||||
E_Exit("CPU Paging features aren't supported");
|
||||
#endif
|
||||
PAGING_SetDirBase(paging.cr3);
|
||||
}
|
||||
PAGING_ClearTLB();
|
||||
|
|
Loading…
Add table
Reference in a new issue