aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-03-13 14:13:03 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-03-13 14:13:03 +0000
commit5df35de33b88c09b19fb82e9e3a45f113402c8af (patch)
tree15d88160378d46d04751f294df8acd97bea90f19
parent6879fcaae5dafb2a4f8a119de0975ccec67b6e32 (diff)
downloadcompcert-5df35de33b88c09b19fb82e9e3a45f113402c8af.tar.gz
compcert-5df35de33b88c09b19fb82e9e3a45f113402c8af.zip
Comment char for Diab
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1605 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
-rw-r--r--powerpc/PrintAsm.ml2
1 files changed, 1 insertions, 1 deletions
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