aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PPC.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-05 12:32:59 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-05 12:32:59 +0000
commit6c0511a03c8c970435d8b97e600312ac45340801 (patch)
treed42b16c8f77d1aa34e570647eb6728a4a9f4e72b /backend/PPC.v
parent81afbd38d1597cefc03dd699fd115c4261c6877f (diff)
downloadcompcert-6c0511a03c8c970435d8b97e600312ac45340801.tar.gz
compcert-6c0511a03c8c970435d8b97e600312ac45340801.zip
Revu traitement des variables globales dans AST.program et dans Globalenvs.
Adaptation frontend, backend en consequence. Integration passe C -> C#minor dans common/Main.v. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@77 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/PPC.v')
-rw-r--r--backend/PPC.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/PPC.v b/backend/PPC.v
index 37f882b3..3aa4ec4f 100644
--- a/backend/PPC.v
+++ b/backend/PPC.v
@@ -286,7 +286,7 @@ lbl: .long 0x43300000, 0x00000000
Definition code := list instruction.
Definition fundef := AST.fundef code.
-Definition program := AST.program fundef.
+Definition program := AST.program fundef unit.
(** * Operational semantics *)