getObject on String should really just return the string
This commit is contained in:
@@ -36,6 +36,11 @@ public abstract class Instruction
|
||||
{
|
||||
return length;
|
||||
}
|
||||
|
||||
public String getDesc(Frame frame)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
protected void addJump(int offset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user