aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64/isel.c
diff options
context:
space:
mode:
Diffstat (limited to 'amd64/isel.c')
-rw-r--r--amd64/isel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64/isel.c b/amd64/isel.c
index 0205313..4c0656a 100644
--- a/amd64/isel.c
+++ b/amd64/isel.c
@@ -29,7 +29,7 @@ fixarg(struct function *fn, union ref *r, struct instr *ins, struct block *blk,
union { float f; int i; } pun = { con->f };
wr32le(data, pun.i);
}
- *r = mkdatref(siz, /*align*/siz, data, siz, /*deref*/1);
+ *r = mkdatref(NULL, siz, /*align*/siz, data, siz, /*deref*/1);
} else if (in_range(op, Odiv, Ourem) && kisint(ins->cls))
goto DivImm;
} else if (r->t == RICON && in_range(op, Odiv, Ourem) && kisint(ins->cls)) {