From a834a2aa0dfa9c2da663f5a645a6b086c0321871 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 28 Jun 2010 08:20:04 +0000 Subject: 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 --- backend/Machabstr2concr.v | 1 + 1 file changed, 1 insertion(+) (limited to 'backend') 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. -- cgit