We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The convertion between a struct member to an object in IL2CPU might be not working for some reasons.
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
public struct ModeInfo { public byte bpp; }
Console.WriteLine("BPP: " + ModeInfo.bpp);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: