diff options
| author | grischka <grischka> | 2007-11-21 17:16:31 +0000 |
|---|---|---|
| committer | grischka <grischka> | 2007-11-21 17:16:31 +0000 |
| commit | d778bde7f9683d046f421ac4399fbbdfd9726f98 (patch) | |
| tree | a2412e5e0aa3ec3c14a0bcc92765660d30b9b83b /tccasm.c | |
| parent | 54bf8c05566a34f4d578ed6d33d6262dc924a703 (diff) | |
| download | tinycc-d778bde7f9683d046f421ac4399fbbdfd9726f98.tar.gz tinycc-d778bde7f9683d046f421ac4399fbbdfd9726f98.tar.bz2 | |
Import more changesets from Rob Landley's fork (part 2)
Diffstat (limited to 'tccasm.c')
| -rw-r--r-- | tccasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -806,7 +806,7 @@ static void subst_asm_operands(ASMOperand *operands, int nb_operands, sv = *op->vt; if (op->reg >= 0) { sv.r = op->reg; - if ((op->vt->r & VT_VALMASK) == VT_LLOCAL) + if ((op->vt->r & VT_VALMASK) == VT_LLOCAL && op->is_memory) sv.r |= VT_LVAL; } subst_asm_operand(out_str, &sv, modifier); |
