Minor follow-up for bug 542326: fix a miscategorized case label. r=me.

--HG--
extra : convert_revision : ac0fcaac8b166a1507e2902eefb755f806703872
This commit is contained in:
Nicholas Nethercote 2010-02-15 12:24:13 +11:00
parent b6ccdddb0c
commit 52ac8a6adb

View File

@ -1921,7 +1921,7 @@ namespace nanojit
CASE64(LIR_i2q:)
CASE64(LIR_u2q:)
CASE64(LIR_q2i:)
CASE64(LIR_f2i:)
case LIR_f2i:
VMPI_sprintf(s, "%s = %s %s", formatRef(i), lirNames[op], formatRef(i->oprnd1()));
break;