diff options
Diffstat (limited to 'asmcomp/sparc/selection.ml')
-rw-r--r-- | asmcomp/sparc/selection.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/sparc/selection.ml b/asmcomp/sparc/selection.ml index 1dfc06f27..e82cc670a 100644 --- a/asmcomp/sparc/selection.ml +++ b/asmcomp/sparc/selection.ml @@ -26,7 +26,7 @@ inherit Selectgen.selector_generic as super method is_immediate n = (n <= 4095) && (n >= -4096) -method select_addressing = function +method select_addressing chunk = function Cconst_symbol s -> (Ibased(s, 0), Ctuple []) | Cop(Cadda, [Cconst_symbol s; Cconst_int n]) -> |