compilation fix for ARM

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16052 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Mark Shinwell 2015-04-27 09:32:19 +00:00
parent 736b4e2f8f
commit cb1099f986
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ let emit_literals() =
(* Emit code to load the address of a symbol *)
let emit_load_symbol_addr dst s =
if !pic_code then begin
if !Clflags.pic_code then begin
let lbl_pic = new_label() in
let lbl_got = gotrel_literal lbl_pic in
let lbl_sym = symbol_literal s in