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

crash when compiled/run on 64b #2

Open
WilliamTambellini opened this issue Apr 10, 2016 · 1 comment
Open

crash when compiled/run on 64b #2

WilliamTambellini opened this issue Apr 10, 2016 · 1 comment

Comments

@WilliamTambellini
Copy link

Fix:
in structs.h :

// Be carrefull: long on 64b cpu/compiler are not 32b
//typedef unsigned long u32;
typedef uint32_t u32;
//typedef signed long s32;
typedef int32_t s32;

@bluesssssss
Copy link

哦豁

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

No branches or pull requests

2 participants