From efd453afac8fcfb741f06166af0379ec8178650f Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Thu, 1 Oct 2015 17:09:41 +0200 Subject: Removed the debug output for the debug information. --- powerpc/Asmexpand.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'powerpc/Asmexpand.ml') diff --git a/powerpc/Asmexpand.ml b/powerpc/Asmexpand.ml index 16d6326e..a2cfb136 100644 --- a/powerpc/Asmexpand.ml +++ b/powerpc/Asmexpand.ml @@ -705,11 +705,10 @@ let expand_instruction id l = Debug.function_end id lbl | (Pbuiltin(EF_debug (kind,txt,_x),args,_) as i)::rest -> let kind = (P.to_int kind) in - emit i; begin match kind with | 1-> - aux lbl scopes rest + emit i;aux lbl scopes rest | 2 -> aux lbl scopes rest | 3 -> -- cgit