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

16-bit C compiler crash #1297

Open
jmalak opened this issue May 23, 2024 · 0 comments
Open

16-bit C compiler crash #1297

jmalak opened this issue May 23, 2024 · 0 comments
Labels
bug C C compiler

Comments

@jmalak
Copy link
Member

jmalak commented May 23, 2024

following code crash 16-bit C compiler

short (__far *funcloc)(unsigned char) = ((short (__far *)(unsigned char)) (0x6EA90034));
short p = funcloc(2);
short p = ((short (__far *)(unsigned char)) (0x6EA90034))(2);

@jmalak jmalak added bug C C compiler labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug C C compiler
Projects
None yet
Development

No branches or pull requests

1 participant