Signed-off-by: Vegard Nossum <[email protected]>
---
arch/x86/insn-selector.brg | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/insn-selector.brg b/arch/x86/insn-selector.brg
index 609a5a8..66744bb 100644
--- a/arch/x86/insn-selector.brg
+++ b/arch/x86/insn-selector.brg
@@ -1720,7 +1720,7 @@ arg: EXPR_ARG(freg)
src = state->left->reg1;
esp = get_fixed_var(s->b_parent, MACH_REG_xSP);
- if (expr->arg_reg != REG_UNASSIGNED) {
+ if (expr->arg_reg != MACH_REG_UNASSIGNED) {
dst = get_fixed_var(s->b_parent, expr->arg_reg);
if (arg_expr->vm_type == J_FLOAT)
@@ -2143,7 +2143,7 @@ stmt: STMT_STORE(EXPR_FLOAT_TEMPORARY, EXPR_FLOAT_LOCAL)
1
dest = exprdest->tmp_low;
reg = method->args_map[exprsrc->local_index].reg;
- if (reg == REG_UNASSIGNED) {
+ if (reg == MACH_REG_UNASSIGNED) {
index = method->args_map[exprsrc->local_index].stack_index;
slot = get_local_slot(s->b_parent->stack_frame, index);
--
1.6.0.6
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel