Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 220 forks source link

AssertionError in parse.py #88

Closed samczsun closed 8 years ago

samczsun commented 8 years ago

So I accidentally tried to assemble a file with two frames in a row, and it threw an AssertionError.

assert delta_offset >= 0
.method public static main : ([Ljava/lang/String;)V 
    .code stack 2 locals 1 
        .stack full
            locals 
            stack
        .end stack
        .stack same
L1:     return 
L2:     
    .end code 
.end method 
Storyyeller commented 8 years ago

Good catch!