HaveF / spexamples

Automatically exported from code.google.com/p/spexamples
0 stars 0 forks source link

the examples cannot compatible with 64-bit OS #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
void* is 8 byte, while int is 4 byte in 64-bit system. some autotest maybe
have bug in this situation.

What version of the product are you using? On what operating system?
64-bit system

Please provide any additional information below.

Original issue reported on code.google.com by suzp1...@gmail.com on 21 Apr 2010 at 1:36

GoogleCodeExporter commented 9 years ago
add -m32 in gcc can solve this problem.

Original comment by suzp1...@gmail.com on 21 Apr 2010 at 2:36