1
0
Fork 0

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:
Sjoerd van der Berg 2003-12-30 23:28:54 +00:00
parent f3e3d24e89
commit 99b81667e5

View file

@ -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();