aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Asmexpand.ml
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-03-19 10:14:35 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-03-19 10:14:35 +0100
commitb74e3c48e601e46cb695caccc162cd03e781d739 (patch)
tree512238e16136050afef9bb0fa0a6de202af24898 /mppa_k1c/Asmexpand.ml
parenteec959218b8dc4e994ee843d7cbd1cf5a0cbcdcc (diff)
downloadcompcert-kvx-b74e3c48e601e46cb695caccc162cd03e781d739.tar.gz
compcert-kvx-b74e3c48e601e46cb695caccc162cd03e781d739.zip
Psemi manquant dans l'expansion de Pallocframe
Diffstat (limited to 'mppa_k1c/Asmexpand.ml')
-rw-r--r--mppa_k1c/Asmexpand.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mppa_k1c/Asmexpand.ml b/mppa_k1c/Asmexpand.ml
index 22c424c1..1c9e4e4c 100644
--- a/mppa_k1c/Asmexpand.ml
+++ b/mppa_k1c/Asmexpand.ml
@@ -409,6 +409,7 @@ let expand_instruction instr =
expand_addptrofs stack_pointer stack_pointer (Ptrofs.repr (Z.neg full_sz));
emit Psemi;
expand_storeind_ptr Asmblock.GPR17 stack_pointer ofs;
+ emit Psemi;
let va_ofs =
sz in
(*Z.add full_sz (Z.of_sint ((n - _nbregargs_) * wordsize)) in *)
@@ -418,6 +419,7 @@ let expand_instruction instr =
expand_addptrofs stack_pointer stack_pointer (Ptrofs.repr (Z.neg sz));
emit Psemi;
expand_storeind_ptr Asmblock.GPR17 stack_pointer ofs;
+ emit Psemi;
vararg_start_ofs := None
end
| Pfreeframe (sz, ofs) ->