mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-30 20:16:52 +00:00
Merge pull request #503 from adrianherrera/add_stdint_x86_header
Added stdint include to x86.h
This commit is contained in:
commit
bb1236a850
|
@ -8,6 +8,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
// Memory-Management Register for instructions IDTR, GDTR, LDTR, TR.
|
// Memory-Management Register for instructions IDTR, GDTR, LDTR, TR.
|
||||||
// Borrow from SegmentCache in qemu/target-i386/cpu.h
|
// Borrow from SegmentCache in qemu/target-i386/cpu.h
|
||||||
typedef struct uc_x86_mmr {
|
typedef struct uc_x86_mmr {
|
||||||
|
|
Loading…
Reference in a new issue