From 5df35de33b88c09b19fb82e9e3a45f113402c8af Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 13 Mar 2011 14:13:03 +0000 Subject: Comment char for Diab git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1605 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- powerpc/PrintAsm.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'powerpc/PrintAsm.ml') diff --git a/powerpc/PrintAsm.ml b/powerpc/PrintAsm.ml index ef50795a..60741975 100644 --- a/powerpc/PrintAsm.ml +++ b/powerpc/PrintAsm.ml @@ -97,7 +97,7 @@ let comment = match target with | MacOS -> ";" | Linux -> "#" - | Diab -> "%" + | Diab -> ";" let constant oc cst = match cst with -- cgit