aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--powerpc/Asmexpand.ml3
1 files changed, 1 insertions, 2 deletions
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 ->