getObject on String should really just return the string
This commit is contained in:
@@ -49,6 +49,10 @@ public class Frame
|
||||
|
||||
Instruction i = ins.findInstruction(pc);
|
||||
|
||||
String desc = i.getDesc(this);
|
||||
if (desc != null)
|
||||
System.out.println(desc);
|
||||
|
||||
try
|
||||
{
|
||||
i.execute(this);
|
||||
|
||||
Reference in New Issue
Block a user