change opcode print format

This commit is contained in:
ValKmjolnir
2022-03-27 01:20:17 +08:00
parent cf722fd98c
commit 86f6296268
5 changed files with 152 additions and 7 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ inline void nasal_vm::opr_lnkeqc()
inline void nasal_vm::opr_meq()
{
mem_addr[0]=(--gc.top)[0];
mem_addr[0]=(--gc.top)[0]; // pop old mem_addr[0] and replace it
mem_addr=nullptr;
}
inline void nasal_vm::opr_eq()