Doesn't work and I don't know why

This commit is contained in:
Adam
2015-02-01 22:19:28 -05:00
parent 027dc6eff9
commit d00e5b03e1
5 changed files with 12 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ public abstract class Instruction
public String getDesc(Frame frame)
{
return null;
return type.getName();
}
protected void addJump(int offset)