Fixed the build.

This commit is contained in:
Robbbert 2015-05-29 09:41:04 +10:00
parent 6df44235c8
commit 270c4bd9e0
2 changed files with 3 additions and 3 deletions

View File

@ -835,7 +835,7 @@ static const INT32 immediate_values[32] =
{ {
0, 1, 2, 3, 4, 5, 6, 7, 0, 1, 2, 3, 4, 5, 6, 7,
8, 9, 10, 11, 12, 13, 14, 15, 8, 9, 10, 11, 12, 13, 14, 15,
16, 0, 0, 0, 32, 64, 128, -2147483648 /*0x80000000 */, 16, 0, 0, 0, 32, 64, 128, 0x80000000,
-8, -7, -6, -5, -4, -3, -2, -1 -8, -7, -6, -5, -4, -3, -2, -1
}; };

View File

@ -28,8 +28,8 @@
*************************************/ *************************************/
// FIXME // FIXME
#undef I64FMT //#undef I64FMT
#define I64FMT "ll" //#define I64FMT "ll"
DISCRETE_START( dso_csvlog ) DISCRETE_START( dso_csvlog )