Update StringLiteral; Test läuft allerdings nicht durch
This commit is contained in:
parent
614607e803
commit
ad0e8643ec
@ -111,8 +111,7 @@ public class StringLiteral extends Literal
|
|||||||
|
|
||||||
InstructionFactory _factory = new InstructionFactory(cg, cg.getConstantPool());
|
InstructionFactory _factory = new InstructionFactory(cg, cg.getConstantPool());
|
||||||
|
|
||||||
il.append(_factory.ASTORE_1);
|
il.append(_factory.ASTORE_1, _factory.createNew(string));
|
||||||
il.append(_factory.createNew(string));
|
|
||||||
|
|
||||||
|
|
||||||
return il;
|
return il;
|
||||||
|
Loading…
Reference in New Issue
Block a user