mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1108834 - Switch visitSubstr return type to void. r=h4writer
CLOSED TREE
This commit is contained in:
parent
74e60fddd3
commit
fca6c03fd3
@ -89,7 +89,7 @@ class LIRGeneratorNone : public LIRGeneratorShared
|
||||
void visitSimdTernaryBitwise(MSimdTernaryBitwise *ins) { MOZ_CRASH(); }
|
||||
void visitSimdSplatX4(MSimdSplatX4 *ins) { MOZ_CRASH(); }
|
||||
void visitSimdValueX4(MSimdValueX4 *lir) { MOZ_CRASH(); }
|
||||
bool visitSubstr(MSubstr *) { MOZ_CRASH(); }
|
||||
void visitSubstr(MSubstr *) { MOZ_CRASH(); }
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user