From cce0ed4c87c6cb23fdeeb3455ae25a274f7f5b7f Mon Sep 17 00:00:00 2001 From: kanjitalk755 Date: Thu, 24 Jun 2021 14:27:39 +0900 Subject: [PATCH] reverted vm_alloc.* --- SheepShaver/src/CrossPlatform/vm_alloc.cpp | 1 + SheepShaver/src/CrossPlatform/vm_alloc.h | 1 + 2 files changed, 2 insertions(+) create mode 120000 SheepShaver/src/CrossPlatform/vm_alloc.cpp create mode 120000 SheepShaver/src/CrossPlatform/vm_alloc.h diff --git a/SheepShaver/src/CrossPlatform/vm_alloc.cpp b/SheepShaver/src/CrossPlatform/vm_alloc.cpp new file mode 120000 index 00000000..cc80e1bc --- /dev/null +++ b/SheepShaver/src/CrossPlatform/vm_alloc.cpp @@ -0,0 +1 @@ +../../../BasiliskII/src/CrossPlatform/vm_alloc.cpp \ No newline at end of file diff --git a/SheepShaver/src/CrossPlatform/vm_alloc.h b/SheepShaver/src/CrossPlatform/vm_alloc.h new file mode 120000 index 00000000..ef65a561 --- /dev/null +++ b/SheepShaver/src/CrossPlatform/vm_alloc.h @@ -0,0 +1 @@ +../../../BasiliskII/src/CrossPlatform/vm_alloc.h \ No newline at end of file