From 033aa0555a209fa3e825b1eeb8a5fc00ff8163e3 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 1 Nov 2009 09:55:35 +0000 Subject: Support Clight initializers of the form "int * x = &y;". git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1162 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- common/AST.v | 1 + 1 file changed, 1 insertion(+) (limited to 'common/AST.v') diff --git a/common/AST.v b/common/AST.v index e7b85a9..13e84dd 100644 --- a/common/AST.v +++ b/common/AST.v @@ -91,6 +91,7 @@ Inductive init_data: Type := | Init_float32: float -> init_data | Init_float64: float -> init_data | Init_space: Z -> init_data + | Init_addrof: ident -> int -> init_data (**r address of symbol + offset *) | Init_pointer: list init_data -> init_data. (** Whole programs consist of: -- cgit v1.2.3