aboutsummaryrefslogtreecommitdiffstats
path: root/checklink/Check.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-06-22 23:54:15 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-06-22 23:54:15 +0200
commitaa7880dd2b166af5f23e5db8bbd152c37556f83a (patch)
tree493016397e4608b228ae21590851e41cc5358d36 /checklink/Check.ml
parentb51cc596555dae929e75e4a02520f01d6f53978d (diff)
parentff62587774f6ca437c887cc3ff5d079895c5e214 (diff)
downloadcompcert-aa7880dd2b166af5f23e5db8bbd152c37556f83a.tar.gz
compcert-aa7880dd2b166af5f23e5db8bbd152c37556f83a.zip
Merge branch 'master' into json_export
Diffstat (limited to 'checklink/Check.ml')
-rw-r--r--checklink/Check.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checklink/Check.ml b/checklink/Check.ml
index 4924744c..bfd03c97 100644
--- a/checklink/Check.ml
+++ b/checklink/Check.ml
@@ -2130,7 +2130,7 @@ let rec compare_code ccode ecode pc: checker = fun fw ->
>>= recur_simpl
| _ -> error
end
- | Pstwxu(rd, r1, r2) ->
+ | Pstwux(rd, r1, r2) ->
begin match ecode with
| STWUX(rS, rA, rB) :: es ->
OK(fw)