From 4eccb364e838bb3a2855588b95bb147ba5b256f0 Mon Sep 17 00:00:00 2001 From: Ajax Date: Wed, 4 Jan 2017 17:56:46 +0100 Subject: Add missing x86 offset for float --- miasm2/jitter/arch/JitCore_x86.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'miasm2') diff --git a/miasm2/jitter/arch/JitCore_x86.c b/miasm2/jitter/arch/JitCore_x86.c index 66c3fb56..461e2224 100644 --- a/miasm2/jitter/arch/JitCore_x86.c +++ b/miasm2/jitter/arch/JitCore_x86.c @@ -603,6 +603,9 @@ PyObject* get_gpreg_offset_all(void) get_reg_off(exception_flags); get_reg_off(float_stack_ptr); + get_reg_off(reg_float_cs); + get_reg_off(reg_float_eip); + get_reg_off(reg_float_control); return dict; } -- cgit 1.4.1