aboutsummaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-06-28 08:20:04 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-06-28 08:20:04 +0000
commita834a2aa0dfa9c2da663f5a645a6b086c0321871 (patch)
tree0104a7e5fa0a67155cef645a6adc8b8b147590c4 /backend
parentf0db487d8c8798b9899be03bf65bcb12524b9186 (diff)
downloadcompcert-a834a2aa0dfa9c2da663f5a645a6b086c0321871.tar.gz
compcert-a834a2aa0dfa9c2da663f5a645a6b086c0321871.zip
Merging the Princeton implementation of the memory model. Separate axioms in file lib/Axioms.v.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1354 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend')
-rw-r--r--backend/Machabstr2concr.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Machabstr2concr.v b/backend/Machabstr2concr.v
index 481b561c..125cd57a 100644
--- a/backend/Machabstr2concr.v
+++ b/backend/Machabstr2concr.v
@@ -12,6 +12,7 @@
(** Simulation between the two semantics for the Mach language. *)
+Require Import Axioms.
Require Import Coqlib.
Require Import Maps.
Require Import AST.