From 4dc69885f2e54ea16d7c3a21079184c373101e1f Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Fri, 24 May 2024 17:52:54 -0400 Subject: [PATCH] Fix --- launcher/src/bootstrap.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/launcher/src/bootstrap.cpp b/launcher/src/bootstrap.cpp index bb9c319..bffeba4 100644 --- a/launcher/src/bootstrap.cpp +++ b/launcher/src/bootstrap.cpp @@ -13,8 +13,6 @@ #define QEMU_BINARY "qemu-arm" #define REQUIRED_PAGE_SIZE 4096 -#define _STR(x) #x -#define STR(x) _STR(x) // Debug Information static void run_debug_command(const char *const command[], const char *prefix) { @@ -66,8 +64,6 @@ void bootstrap() { if (page_size != REQUIRED_PAGE_SIZE) { ERR("Invalid page size! A page size of %ld bytes is required, but the system size is %ld bytes.", (long) REQUIRED_PAGE_SIZE, page_size); } -#else - set_and_print_env("QEMU_PAGESIZE", STR(REQUIRED_PAGE_SIZE)); #endif // Get Binary Directory