ugh, amd64-32 compat

This commit is contained in:
David Anderson
2005-08-02 18:37:59 +00:00
parent f2c3dfa874
commit a819a494b8
4 changed files with 7 additions and 6 deletions

View File

@ -50,7 +50,7 @@ int main(int argc, char **argv)
if (!sc32 || !pc_printf)
{
#ifdef __linux__
printf("32bit compiler failed to link: %p|%p.\n",sc32, sc_printf);
printf("32bit compiler failed to link: %p.\n",sc32);
#else
printf("32bit compiler failed to link: %d.\n", GetLastError());
#endif