Skip to content

Commit ac81ed6

Browse files
committed
cleanup
1 parent 0760f84 commit ac81ed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Peachpie.CodeAnalysis/CodeGen/VariableReference.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,7 @@ public static void EmitStore(this IPlace place, CodeGenerator cg, ref LhsStack l
347347
// STACK: PhpAlias, PhpValue
348348

349349
// Template: <alias>.Value = STACK
350-
cg.Builder.EmitOpCode(ILOpCode.Stfld);
351-
cg.EmitSymbolToken(cg.CoreMethods.PhpAlias.Value.Symbol, null);
350+
cg.Emit_PhpAlias_SetValue();
352351
return;
353352
}
354353

0 commit comments

Comments
 (0)