mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Minor follow-up for bug 542326: fix a miscategorized case label. r=me.
--HG-- extra : convert_revision : ac0fcaac8b166a1507e2902eefb755f806703872
This commit is contained in:
parent
b6ccdddb0c
commit
52ac8a6adb
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user