Typo dans le symbole _data_end

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1657 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1997-07-24 16:02:09 +00:00
parent 5095724f32
commit b28dcc9b0b
1 changed files with 1 additions and 1 deletions

View File

@ -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`;