Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    a1582607
    Revert e15cd9fa · a1582607
    Raymond Toy authored
    Don't print BREAK as INT3 because it looks funny.  The disassembly
    looks like
    
          INT3    <code>
    
    instead of 
    
          BREAK   <code>
    
    To do this properly requires a lot more work to get the code printed
    on the next line and also getting the disassembler to recognize the
    break case.
    a1582607
    History
    Revert e15cd9fa
    Raymond Toy authored
    Don't print BREAK as INT3 because it looks funny.  The disassembly
    looks like
    
          INT3    <code>
    
    instead of 
    
          BREAK   <code>
    
    To do this properly requires a lot more work to get the code printed
    on the next line and also getting the disassembler to recognize the
    break case.