From 615fb53c13f2407a0b6b470bbdf8e468fc4a1d78 Mon Sep 17 00:00:00 2001 From: xleroy Date: Fri, 5 Jun 2009 13:39:59 +0000 Subject: Adapted to work with Coq 8.2-1 git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1076 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- arm/linux/Stacklayout.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm/linux/Stacklayout.v') diff --git a/arm/linux/Stacklayout.v b/arm/linux/Stacklayout.v index dd3c6a1d..b374bfd9 100644 --- a/arm/linux/Stacklayout.v +++ b/arm/linux/Stacklayout.v @@ -40,7 +40,7 @@ the boundaries between areas in the frame part. Definition fe_ofs_arg := 0. -Record frame_env : Set := mk_frame_env { +Record frame_env : Type := mk_frame_env { fe_size: Z; fe_ofs_link: Z; fe_ofs_retaddr: Z; -- cgit