about summary refs log tree commit diff stats
path: root/miasm2/jitter/arch/JitCore_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/jitter/arch/JitCore_x86.h')
-rw-r--r--miasm2/jitter/arch/JitCore_x86.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/miasm2/jitter/arch/JitCore_x86.h b/miasm2/jitter/arch/JitCore_x86.h
index c90c10b8..ac794d8e 100644
--- a/miasm2/jitter/arch/JitCore_x86.h
+++ b/miasm2/jitter/arch/JitCore_x86.h
@@ -132,11 +132,11 @@ typedef struct {
 	unsigned int reg_float_ds_new;
 
 
-	unsigned int tsc1;
-	unsigned int tsc2;
+	uint64_t tsc1;
+	uint64_t tsc2;
 
-	unsigned int tsc1_new;
-	unsigned int tsc2_new;
+	uint64_t tsc1_new;
+	uint64_t tsc2_new;
 
 
 	uint64_t ES;