* config/spu/spu_mfcio.h: Fix typo.

From-SVN: r130310
This commit is contained in:
Ben Elliston 2007-11-20 08:00:10 +00:00 committed by Ben Elliston
parent 6da06848ec
commit cae85ca91a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-20 Ben Elliston <bje@au.ibm.com>
* config/spu/spu_mfcio.h: Fix typo.
2007-11-20 Ben Elliston <bje@au.ibm.com>
* unwind.inc: Comment that unwind-sjlj.c includes this file.

View File

@ -26,7 +26,7 @@
#include <spu_intrinsics.h>
#ifdef __IN_LIBGCC2
unsigned long long uint64_t;
typedef unsigned long long uint64_t;
#else
#include <stdint.h>
#endif