Update StringLiteral; Test läuft allerdings nicht durch

This commit is contained in:
Fikus, Evelyn (WWI2012D) 2015-06-22 15:17:59 +02:00
parent 614607e803
commit ad0e8643ec

View File

@ -111,8 +111,7 @@ public class StringLiteral extends Literal
InstructionFactory _factory = new InstructionFactory(cg, cg.getConstantPool());
il.append(_factory.ASTORE_1);
il.append(_factory.createNew(string));
il.append(_factory.ASTORE_1, _factory.createNew(string));
return il;