Typo dans le symbole _data_end
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1657 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
5095724f32
commit
b28dcc9b0b
|
@ -620,7 +620,7 @@ let end_assembly () =
|
|||
` .text\n`;
|
||||
` .globl {emit_symbol lbl_end}\n`;
|
||||
`{emit_symbol lbl_end}:\n`;
|
||||
let lbl_end = Compilenv.current_unit_name() ^ "_end" in
|
||||
let lbl_end = Compilenv.current_unit_name() ^ "_data_end" in
|
||||
` .data\n`;
|
||||
` .globl {emit_symbol lbl_end}\n`;
|
||||
`{emit_symbol lbl_end}:\n`;
|
||||
|
|
Loading…
Reference in New Issue