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

Struct member to object conversion #92

Open
valentinbreiz opened this issue Jun 26, 2020 · 0 comments
Open

Struct member to object conversion #92

valentinbreiz opened this issue Jun 26, 2020 · 0 comments

Comments

@valentinbreiz
Copy link
Member

valentinbreiz commented Jun 26, 2020

Possible issues

The convertion between a struct member to an object in IL2CPU might be not working for some reasons.

Log

System.Exception: OpCode IL_007D: Ldflda tries to pop item at stack position 0 with type Aura_OS.Core.VBE+ModeInfo&, but actual type is System.IntPtr

Example

public struct ModeInfo
{
    public byte bpp;
}
Console.WriteLine("BPP: " + ModeInfo.bpp);
@valentinbreiz valentinbreiz changed the title Struct to object convertion Struct member to object conversion Jun 26, 2020
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

1 participant