mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-06 06:53:49 +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
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
// Memory-Management Register for instructions IDTR, GDTR, LDTR, TR.
|
||||
// Borrow from SegmentCache in qemu/target-i386/cpu.h
|
||||
typedef struct uc_x86_mmr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue