aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Machine.mli
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-12-20 13:13:29 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-12-20 13:13:29 +0000
commit1c768ee3ff91e826f52cf08e1aaa8c4d637240f5 (patch)
tree2e3b505567304d8795b06ff9b2485e230214d923 /cparser/Machine.mli
parent7698300cfe2d3f944ce2e1d4a60a263620487718 (diff)
downloadcompcert-kvx-1c768ee3ff91e826f52cf08e1aaa8c4d637240f5.tar.gz
compcert-kvx-1c768ee3ff91e826f52cf08e1aaa8c4d637240f5.zip
Hack StructReturn to better adhere to PowerPC and ARM calling conventions.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2382 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cparser/Machine.mli')
-rw-r--r--cparser/Machine.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/cparser/Machine.mli b/cparser/Machine.mli
index b621d4ca..0381bfce 100644
--- a/cparser/Machine.mli
+++ b/cparser/Machine.mli
@@ -42,7 +42,8 @@ type t = {
alignof_void: int option;
alignof_fun: int option;
bigendian: bool;
- bitfields_msb_first: bool
+ bitfields_msb_first: bool;
+ struct_return_as_int: int
}
val ilp32ll64 : t