aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Machine.mli
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-11-26 15:40:57 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-11-26 15:40:57 +0000
commit60b6624ae2b28ebe9fb30c2aa6115e4d5c1ab436 (patch)
treea78b0a79576773ead96a8d39902ad3a19b20ed2d /cparser/Machine.mli
parent015c64c64a5a547dcef81a75a589eeaf034654cd (diff)
downloadcompcert-kvx-60b6624ae2b28ebe9fb30c2aa6115e4d5c1ab436.tar.gz
compcert-kvx-60b6624ae2b28ebe9fb30c2aa6115e4d5c1ab436.zip
cparser/*: refactoring of the expansion of read-modify-write operators
cparser/PackedStructs: treat r-m-w operations over byte-swapped fields cparser/PackedStructs: allow static initialization of packed structs test/regression: more packedstruct tests git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1738 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cparser/Machine.mli')
-rw-r--r--cparser/Machine.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Machine.mli b/cparser/Machine.mli
index f1d3567c..3becce33 100644
--- a/cparser/Machine.mli
+++ b/cparser/Machine.mli
@@ -40,8 +40,8 @@ type t = {
alignof_longdouble: int;
alignof_void: int option;
alignof_fun: int option;
+ bigendian: bool;
bitfields_msb_first: bool
-
}
val ilp32ll64 : t