sifadil / pcsx2-playground

Automatically exported from code.google.com/p/pcsx2-playground
2 stars 0 forks source link

debug-build is a little broken for gcc 4.3 #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
only in x86/iR3000A.cpp
There is iDumpBlock function that have int and char * arguments.
But it calls with u32 and s8 * ones. u32 is o'k, but s8 * instead char *
made gcc 4.3 error and no compiling.

Original issue reported on code.google.com by Zeydl...@gmail.com on 19 Oct 2008 at 3:32

GoogleCodeExporter commented 8 years ago
The s8 to char issue should be fixed as of r221.

Original comment by arcum42@gmail.com on 20 Oct 2008 at 1:29

GoogleCodeExporter commented 8 years ago

Original comment by arcum42@gmail.com on 20 Oct 2008 at 8:01

GoogleCodeExporter commented 8 years ago

Original comment by arcum42@gmail.com on 22 Oct 2008 at 8:15