More execution, including getstatic
This commit is contained in:
@@ -17,4 +17,10 @@ public class Integer extends PoolEntry
|
||||
|
||||
value = is.readInt();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getObject()
|
||||
{
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user