summaryrefslogtreecommitdiff
path: root/ia32
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-05-20 13:48:30 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-05-20 13:48:30 +0000
commitff63a02431cb601eee8987730891ed036517e5a9 (patch)
tree9546aa4ea6aa6df294c218eb12a273c982d3afc1 /ia32
parentbe4d6e42dfa287b93b1a35ec820ab2a5aaf8c7ec (diff)
powerpc: tentative support for Diab debug info
arm, ia32: reset table of file names at each run git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2261 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'ia32')
-rw-r--r--ia32/PrintAsm.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ia32/PrintAsm.ml b/ia32/PrintAsm.ml
index 8820515..9c8f963 100644
--- a/ia32/PrintAsm.ml
+++ b/ia32/PrintAsm.ml
@@ -855,6 +855,7 @@ let print_globdef oc (name, gdef) =
let print_program oc p =
need_masks := false;
indirect_symbols := StringSet.empty;
+ Hashtbl.clear filename_num;
List.iter (print_globdef oc) p.prog_defs;
if !need_masks then begin
section oc Section_const; (* not Section_literal because not 8-bytes *)