Merge pull request #503 from adrianherrera/add_stdint_x86_header

Added stdint include to x86.h
This commit is contained in:
Nguyen Anh Quynh 2016-04-03 20:04:38 +07:00
commit bb1236a850

View file

@ -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 {