From 19e69e76b4608ab86819deb301409824400425a1 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 17 Nov 2014 13:33:17 +0100 Subject: Removed compile error and added dummy function for the printing of entries. --- powerpc/PrintDiab.ml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'powerpc') diff --git a/powerpc/PrintDiab.ml b/powerpc/PrintDiab.ml index b9d02fcf..d8083168 100644 --- a/powerpc/PrintDiab.ml +++ b/powerpc/PrintDiab.ml @@ -175,6 +175,9 @@ module Diab_System = let info_section_end oc = fprintf oc "%a\n" label !debug_end_addr + let print_entry oc entry abbrv = + () + end:DWARF_DEFS) end:SYSTEM) -- cgit