fix: content behavior bugs
This commit is contained in:
parent
2260ccda25
commit
11d99fba38
59 changed files with 243 additions and 31 deletions
|
|
@ -129,6 +129,7 @@ pub fn dumpInst(
|
|||
}
|
||||
switch (op) {
|
||||
.exit => return self.dumpSimpleInst(w, offset, op),
|
||||
.done => return self.dumpSimpleInst(w, offset, op),
|
||||
.ret => return self.dumpSimpleInst(w, offset, op),
|
||||
.pop => return self.dumpSimpleInst(w, offset, op),
|
||||
.true => return self.dumpSimpleInst(w, offset, op),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue