diff --git a/target/i386/cpu.h b/target/i386/cpu.h index f57c99e8b4e..a836efd45ee 100644 --- a/target/i386/cpu.h +++ b/target/i386/cpu.h @@ -2061,10 +2061,10 @@ typedef struct CPUArchState { uint64_t vm_hsave; #ifdef TARGET_X86_64 - target_ulong lstar; - target_ulong cstar; - target_ulong fmask; - target_ulong kernelgsbase; + uint64_t lstar; + uint64_t cstar; + uint64_t fmask; + uint64_t kernelgsbase; /* FRED MSRs */ uint64_t fred_rsp0;