From ff63a02431cb601eee8987730891ed036517e5a9 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 20 May 2013 13:48:30 +0000 Subject: 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 --- ia32/PrintAsm.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'ia32') 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 *) -- cgit v1.2.3