Skip to content

Commit

Permalink
refactoring: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
furesoft committed Feb 4, 2025
1 parent 594f44d commit cf0e964
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ private void EmitAssignment(BodyCompilation context, BinaryOperatorExpression no

if (lvalue is VariableScopeItem vsi)
{
//Todo: add System.Runtime.CompilerServices.IsConst as modreq
context.Builder.CreateStore(vsi.Slot, rvalue);
}
}
Expand Down

0 comments on commit cf0e964

Please sign in to comment.