aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Asmexpand.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-06-22 23:49:11 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-06-22 23:49:11 +0200
commitff62587774f6ca437c887cc3ff5d079895c5e214 (patch)
tree475cdf441bc9486aff6e9535f562ae0864e0cdbd /powerpc/Asmexpand.ml
parent0e9ededa8c1d194453f5113bf57c93d0803f03b1 (diff)
downloadcompcert-ff62587774f6ca437c887cc3ff5d079895c5e214.tar.gz
compcert-ff62587774f6ca437c887cc3ff5d079895c5e214.zip
Changed a minor typo: Pstwxu should be Pstwux
Diffstat (limited to 'powerpc/Asmexpand.ml')
-rw-r--r--powerpc/Asmexpand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/Asmexpand.ml b/powerpc/Asmexpand.ml
index aec8f66e..699c841f 100644
--- a/powerpc/Asmexpand.ml
+++ b/powerpc/Asmexpand.ml
@@ -457,7 +457,7 @@ let expand_instruction instr =
emit (Pstwu(GPR1, Cint(coqint_of_camlint adj), GPR1))
else begin
emit_loadimm GPR0 (coqint_of_camlint adj);
- emit (Pstwxu(GPR1, GPR1, GPR0))
+ emit (Pstwux(GPR1, GPR1, GPR0))
end;
emit (Pcfi_adjust (coqint_of_camlint sz));
if variadic then begin