diff --git a/SheepShaver/src/Windows/main_windows.cpp b/SheepShaver/src/Windows/main_windows.cpp index 80dd7e2b..0e9954ef 100755 --- a/SheepShaver/src/Windows/main_windows.cpp +++ b/SheepShaver/src/Windows/main_windows.cpp @@ -908,7 +908,7 @@ void EnableInterrupt(void) bool SheepMem::Init(void) { // Size of a native page - page_size = vm_page_size(); + page_size = vm_get_page_size(); // Allocate SheepShaver globals proc = base;