Align the stack upon function entry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user