Update comments of the page count

This commit is contained in:
mio 2023-01-28 22:10:39 +01:00
parent 12a79192ee
commit 513e797d46
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

View File

@ -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 */