mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
initial support to remove a static variable in qemu-thread-win32.c
This commit is contained in:
parent
a94e31165d
commit
8b39ec5b0c
6 changed files with 18 additions and 17 deletions
|
|
@ -172,6 +172,8 @@ struct uc_struct {
|
|||
bool block_full;
|
||||
MemoryRegion **mapped_blocks;
|
||||
uint32_t mapped_block_count;
|
||||
|
||||
void *qemu_thread_data; // to support cross compile to Windows (qemu-thread-win32.c)
|
||||
};
|
||||
|
||||
#include "qemu_macro.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue