mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
nanojit/LIR.cpp: LIR_st32f is missing from live() (r=rreitmai,bug=538494)
--HG-- extra : convert_revision : 1dc443aa284f1a84957078757e681c54407ebd3f
This commit is contained in:
parent
db4338efde
commit
04954aa494
@ -1537,6 +1537,7 @@ namespace nanojit
|
||||
case LIR_stfi:
|
||||
case LIR_stb:
|
||||
case LIR_sts:
|
||||
case LIR_st32f:
|
||||
case LIR_eq:
|
||||
case LIR_lt:
|
||||
case LIR_gt:
|
||||
|
Loading…
Reference in New Issue
Block a user