From 6a2cfdb1bc410532a23c58206cd00b39bc7ccba3 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Fri, 9 Oct 2015 12:10:30 +0200 Subject: Fixed syntax error and added Section_debug_line to the Json serializer. --- powerpc/AsmToJSON.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'powerpc/AsmToJSON.ml') diff --git a/powerpc/AsmToJSON.ml b/powerpc/AsmToJSON.ml index b3464dc4..433beaeb 100644 --- a/powerpc/AsmToJSON.ml +++ b/powerpc/AsmToJSON.ml @@ -332,6 +332,7 @@ let p_section oc = function | Section_user (s,w,e) -> fprintf oc "{\"Section Name\":\"%s\",\"Writable\":%B,\"Executable\":%B}" s w e | Section_debug_info _ | Section_debug_abbrev + | Section_debug_line _ | Section_debug_loc -> () (* There should be no info in the debug sections *) let p_int_opt oc = function -- cgit