mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1119711 - Fix IONFLAGS=logs with MIRType_Symbol, r=jandem
This commit is contained in:
parent
b22caf6904
commit
8ca470fa5d
@ -753,6 +753,9 @@ MConstant::printOpcode(FILE *fp) const
|
|||||||
fprintf(fp, "object %p (%s)", (void *)&value().toObject(),
|
fprintf(fp, "object %p (%s)", (void *)&value().toObject(),
|
||||||
value().toObject().getClass()->name);
|
value().toObject().getClass()->name);
|
||||||
break;
|
break;
|
||||||
|
case MIRType_Symbol:
|
||||||
|
fprintf(fp, "symbol at %p", (void *)value().toSymbol());
|
||||||
|
break;
|
||||||
case MIRType_String:
|
case MIRType_String:
|
||||||
fprintf(fp, "string %p", (void *)value().toString());
|
fprintf(fp, "string %p", (void *)value().toString());
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user