📝 loadg also can show variable name
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled Details
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled Details

This commit is contained in:
ValKmjolnir 2025-03-17 20:31:48 +08:00
parent 906f337f1a
commit 240095ab37
1 changed files with 1 additions and 1 deletions

View File

@ -112,11 +112,11 @@ void codestream::dump(std::ostream& out) const {
case op_jmp: case op_jmp:
case op_jt: case op_jt:
case op_jf: case op_jf:
case op_loadg:
case op_calll: case op_calll:
case op_mcalll: case op_mcalll:
case op_loadl: case op_loadl:
out << hex << "0x" << num << dec; break; out << hex << "0x" << num << dec; break;
case op_loadg:
case op_mcallg: case op_mcallg:
case op_callg: case op_callg:
out << hex << "0x" << num << dec; out << hex << "0x" << num << dec;