mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-08 08:40:08 +08:00
Fix test90 for 32 bits targets
Should have used 'long long' instead of 'long' for 32 bits targets.
This commit is contained in:
parent
80909254c4
commit
ec81877fa7
@ -375,7 +375,7 @@ typedef struct {
|
||||
unsigned int a;
|
||||
unsigned int : 32;
|
||||
unsigned int b;
|
||||
unsigned long : 64;
|
||||
unsigned long long : 64;
|
||||
unsigned int c;
|
||||
} tst_bf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user