We use GPR_VM_TYPE instead of J_INT, because the former expands to J_LONG on x86-64.
Signed-off-by: Eduard - Gabriel Munteanu <eduard.munte...@linux360.ro> --- arch/x86/insn-selector.brg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/insn-selector.brg b/arch/x86/insn-selector.brg index bf8695f..516306e 100644 --- a/arch/x86/insn-selector.brg +++ b/arch/x86/insn-selector.brg @@ -1831,7 +1831,7 @@ static void select_exception_test(struct basic_block *bb, unsigned long exception_guard_offset; struct var_info *reg; - reg = get_var(bb->b_parent, J_INT); + reg = get_var(bb->b_parent, GPR_VM_TYPE); exception_guard_offset = get_thread_local_offset(&exception_guard); -- 1.6.0.6 ------------------------------------------------------------------------------ _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel