mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix build break.
This commit is contained in:
parent
00c7782e8a
commit
3465c220f5
@ -3070,7 +3070,7 @@ class MConstantElements : public MNullaryInstruction
|
||||
void printOpcode(FILE *fp);
|
||||
|
||||
HashNumber valueHash() const {
|
||||
return (HashNumber) value_;
|
||||
return (HashNumber)(size_t) value_;
|
||||
}
|
||||
|
||||
bool congruentTo(MDefinition * const &ins) const {
|
||||
|
Loading…
Reference in New Issue
Block a user