summaryrefslogtreecommitdiff
path: root/boot/stage19/cl.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-03-13 10:15:07 +0100
committerEugen Wissner <belka@caraus.de>2026-03-13 18:14:35 +0100
commitf8ff357045c7126521f7ec8f8f03ac886634eb80 (patch)
tree53596862bbfd61705949b4bf2c93131431a45e7e /boot/stage19/cl.elna
parente1971b469e131083bfb11425f9ba5c4e9e650bc6 (diff)
downloadelna-f8ff357045c7126521f7ec8f8f03ac886634eb80.tar.gz
Align the stack upon function entry
Diffstat (limited to 'boot/stage19/cl.elna')
-rw-r--r--boot/stage19/cl.elna2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/stage19/cl.elna b/boot/stage19/cl.elna
index ed2937d..5a3916e 100644
--- a/boot/stage19/cl.elna
+++ b/boot/stage19/cl.elna
@@ -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