Skip to content

Commit

Permalink
disassembler: apply "blank line" change for si32-like instructions as…
Browse files Browse the repository at this point in the history
… well
  • Loading branch information
CyberShadow committed Jun 14, 2011
1 parent beb7229 commit 48b2215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RABCDAsm v1.7 (2011.06.14)
* Fixed handling of orphan private namespaces
* Fixed handling of out-of-bounds class/method indices
* Disassembler now creates one file per class and script-level method
* Disassembler now outputs newlines after `si32` instructions as well
* Disassembler now outputs blank lines after `si32` etc. instructions as well
* `abcexport` now delimits the index with a dash in output filenames
* Improved shortening of `double` literals
* Documentation updates
Expand Down
4 changes: 4 additions & 0 deletions disassembler.d
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,11 @@ static this()
Opcode.OP_setpropertylate,
Opcode.OP_setslot,
Opcode.OP_setsuper,
Opcode.OP_si8,
Opcode.OP_si16,
Opcode.OP_si32,
Opcode.OP_sf32,
Opcode.OP_sf64,
])
newLineAfter[o] = true;
}
Expand Down

0 comments on commit 48b2215

Please sign in to comment.