Rename flags to avoid confusion

This commit is contained in:
mio
2023-01-28 22:18:39 +01:00
parent 513e797d46
commit a25adf84f0
4 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
#include "qemu/int128.h"
// Unicorn: Default region size for win32
#if defined(_WIN32) && !defined(USE_STATIC_CODE_GEN_BUFFER)
#if defined(_WIN32) && !defined(WIN32_QEMU_ALLOC_BUFFER)
#define UC_TCG_REGION_PAGES_COUNT (128) // Note less pages may cause unexpected and subtle errors.
#endif