SCM Repository
[smlnj] / sml / trunk / src / ml-nlffigen / sizes-x86.sml |
View of /sml/trunk/src/ml-nlffigen/sizes-x86.sml
Parent Directory
|
Revision Log
Revision 840 -
(download)
(annotate)
Fri Jun 15 19:05:19 2001 UTC (19 years, 10 months ago) by blume
File size: 785 byte(s)
Fri Jun 15 19:05:19 2001 UTC (19 years, 10 months ago) by blume
File size: 785 byte(s)
c-calls (and NLFFI) implementation for Sparc
(* This file was automatically generated using size.c. * It contains information about c data sizes and layout. * Limitations: * 1. write proper test for bitFieldAlignment. * 2. include date and system information in this file? *) structure SizesX86 = struct val sizes = { (*** all sizes in bits ***) char = {bits = 8, align = 8}, short = {bits = 16, align = 16}, int = {bits = 32, align = 32}, long = {bits = 32, align = 32}, longlong = {bits = 64, align = 32}, float = {bits = 32, align = 32}, double = {bits = 64, align = 32}, longdouble = {bits = 96, align = 32}, pointer = {bits = 32, align = 32}, min_struct = {bits = 8, align = 8}, min_union = {bits = 8, align = 8}, onlyPackBitFields = false, ignoreUnnamedBitFieldAlignment = true } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |