|
@ -213,7 +213,7 @@ Json::Value Assembly::streamAsmJson(ostream& _out, StringMap const& _sourceCodes |
|
|
if (i.data() == 0) |
|
|
if (i.data() == 0) |
|
|
collection.append( |
|
|
collection.append( |
|
|
createJsonValue("PUSH [ErrorTag]", i.getLocation().start, i.getLocation().end, "")); |
|
|
createJsonValue("PUSH [ErrorTag]", i.getLocation().start, i.getLocation().end, "")); |
|
|
|
|
|
else |
|
|
collection.append( |
|
|
collection.append( |
|
|
createJsonValue("PUSH [tag]", i.getLocation().start, i.getLocation().end, string(i.data()))); |
|
|
createJsonValue("PUSH [tag]", i.getLocation().start, i.getLocation().end, string(i.data()))); |
|
|
break; |
|
|
break; |
|
|