Align the stack upon function entry

This commit is contained in:
2026-03-13 10:15:07 +01:00
parent e1971b469e
commit f8ff357045
2 changed files with 45 additions and 2 deletions

View File

@@ -1516,6 +1516,8 @@ begin
elna_alloc_operation_target(instruction, variable_map)
elsif instruction^.operator = ElnaRtlOperator._xor then
elna_alloc_operation_target(instruction, variable_map)
elsif instruction^.operator = ElnaRtlOperator.div then
elna_alloc_operation_target(instruction, variable_map)
elsif instruction^.operator = ElnaRtlOperator.rem then
elna_alloc_operation_target(instruction, variable_map)
elsif instruction^.operator = ElnaRtlOperator.slt then