Merge commit '2201a0227297b9251717e44adc32554a51ca0ed6' as 'external/xbyak'
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
#if defined(__x86_64__) && defined(__ILP32__)
|
||||
puts("x32");
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user