From 17ffad1d639e04a63542dec443d21f6c9a4491f2 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sat, 18 Dec 2004 22:21:04 +0000 Subject: [PATCH] s/vm_page_size/vm_get_page_size/ --- SheepShaver/src/Windows/main_windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;