add the patch
This commit is contained in:
parent
4acc11f96b
commit
8ca22fff4b
12
ocaml-3.12-ppc.patch
Normal file
12
ocaml-3.12-ppc.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up ocaml-3.12.1/asmcomp/power64/selection.ml.ppc_1 ocaml-3.12.1/asmcomp/power64/selection.ml
|
||||
--- ocaml-3.12.1/asmcomp/power64/selection.ml.ppc_1 2012-05-15 15:28:45.240364647 +0200
|
||||
+++ ocaml-3.12.1/asmcomp/power64/selection.ml 2012-05-15 15:28:58.170366764 +0200
|
||||
@@ -52,7 +52,7 @@ inherit Selectgen.selector_generic as su
|
||||
|
||||
method is_immediate n = (n <= 32767) && (n >= -32768)
|
||||
|
||||
-method select_addressing exp =
|
||||
+method select_addressing chunk exp =
|
||||
match select_addr exp with
|
||||
(Asymbol s, d) ->
|
||||
(Ibased(s, d), Ctuple [])
|
Loading…
Reference in New Issue
Block a user