Signed-off-by: Arthur HUILLET <[email protected]>
---
jit/bytecode-to-ir.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jit/bytecode-to-ir.c b/jit/bytecode-to-ir.c
index 76fd5a4..862a335 100644
--- a/jit/bytecode-to-ir.c
+++ b/jit/bytecode-to-ir.c
@@ -143,7 +143,7 @@ static int spill_expression(struct basic_block *bb,
* And add a reload expression that is put on the mimic stack of
* successor basic blocks.
*/
- stack_push(reload_stack, tmp);
+ stack_push(reload_stack, expr_get(tmp));
return 0;
}
--
1.6.2.2
------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel