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 --- backend/Stacking.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Stacking.v') diff --git a/backend/Stacking.v b/backend/Stacking.v index 158af8f..182c322 100644 --- a/backend/Stacking.v +++ b/backend/Stacking.v @@ -34,7 +34,7 @@ Require Import Stacklayout. (** Computation the frame offset for the given component of the frame. The component is expressed by the following [frame_index] sum type. *) -Inductive frame_index: Set := +Inductive frame_index: Type := | FI_link: frame_index | FI_retaddr: frame_index | FI_local: Z -> typ -> frame_index -- cgit v1.2.3