From 513e797d46a958e64f6ef5118a8861d694b60a8a Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 28 Jan 2023 22:10:39 +0100 Subject: [PATCH] Update comments of the page count --- qemu/include/tcg/tcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/include/tcg/tcg.h b/qemu/include/tcg/tcg.h index c7eb23ef..0b4f9a4c 100644 --- a/qemu/include/tcg/tcg.h +++ b/qemu/include/tcg/tcg.h @@ -37,7 +37,7 @@ // Unicorn: Default region size for win32 #if defined(_WIN32) && !defined(USE_STATIC_CODE_GEN_BUFFER) -#define UC_TCG_REGION_PAGES_COUNT (128) +#define UC_TCG_REGION_PAGES_COUNT (128) // Note less pages may cause unexpected and subtle errors. #endif /* XXX: make safe guess about sizes */