diff options
| author | Xavier Leroy <xavier.leroy@inria.fr> | 2013-07-18 13:49:38 +0000 |
|---|---|---|
| committer | Xavier Leroy <xavier.leroy@inria.fr> | 2013-07-18 13:49:38 +0000 |
| commit | 73958fc209de1fe17cefbf790b52cc80fb4ac3be (patch) | |
| tree | 3ef98cae37c830d1724457d39ebd764a8ace5ad5 | |
| parent | 0a46c24298d5be0524f574bf7263d62eaaa7464c (diff) | |
| download | ocaml-arm64.tar.gz | |
Nasty typo in destroyed_at_c_call causing wrong register allocation e.g. for almabench.arm64
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/arm64@13906 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
| -rw-r--r-- | asmcomp/arm64/proc.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/arm64/proc.ml b/asmcomp/arm64/proc.ml index 690ae70986..b52c2fd8ae 100644 --- a/asmcomp/arm64/proc.ml +++ b/asmcomp/arm64/proc.ml @@ -167,7 +167,7 @@ let destroyed_at_c_call = Array.of_list (List.map phys_reg [0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15; 100;101;102;103;104;105;106;107; - 116;116;118;119;120;121;122;123; + 116;117;118;119;120;121;122;123; 124;125;126;127;128;129;130;131]) let destroyed_at_oper = function |
