From 99b81667e5ca631522929a015d5ac30a869cf658 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Tue, 30 Dec 2003 23:28:54 +0000 Subject: [PATCH] Enable paging for non-debug builds Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1510 --- src/cpu/paging.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cpu/paging.cpp b/src/cpu/paging.cpp index ea14b6d3..35c4b633 100644 --- a/src/cpu/paging.cpp +++ b/src/cpu/paging.cpp @@ -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();