Skip to content

Commit

Permalink
Fix objdump
Browse files Browse the repository at this point in the history
  • Loading branch information
titzer committed Oct 6, 2023
1 parent a767bc1 commit 7f6e9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/objdump.main.v3
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ def parseAndDump(engine: Engine, path: string) -> int {
Array => OUT.puts("Array");
FixedArray => OUT.puts("FixedArray");
Struct => OUT.puts("Struct");
ArrayNewData => OUT.puts("ArrayNewData");
ArrayNewElem => OUT.puts("ArrayNewElem");
}
OUT.outln();
}
Expand Down

0 comments on commit 7f6e9d7

Please sign in to comment.