Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix StructLayout(LayoutKind.Sequential) #173

Closed
mterwoord opened this issue Jul 30, 2015 · 1 comment
Closed

Fix StructLayout(LayoutKind.Sequential) #173

mterwoord opened this issue Jul 30, 2015 · 1 comment

Comments

@mterwoord
Copy link
Contributor

Right now, the only way to get control over struct layout, is to use LayoutKind.Explicit and the FieldOffsetAttribute, but this isn't portable between bitnesses.. See for example, the DataLookupEntry and related structs.

@jp2masa
Copy link
Member

jp2masa commented Oct 21, 2017

This issue was moved to CosmosOS/IL2CPU#12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants