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

@@ -869,7 +869,7 @@ static inline void *alloc_code_gen_buffer(struct uc_struct *uc)
return buf;
}
#elif defined(_WIN32)
#ifdef USE_STATIC_CODE_GEN_BUFFER
#ifdef WIN32_QEMU_ALLOC_BUFFER
static inline void *alloc_code_gen_buffer(struct uc_struct *uc)
{
TCGContext *tcg_ctx = uc->tcg_ctx;