Commit 8aacf016 by Nick Clifton

oops - switch SIZE_TYPE to "long unsigned int" since "unsigned long" is not

permissable.

From-SVN: r32245
parent 86f49b02
......@@ -63,4 +63,4 @@ Boston, MA 02111-1307, USA. */
#define PE_SUBTARGET_CPP_SPEC "-D__pe__ -DARM -D__unaligned=__attribute__((aligned(1))) "
#undef SIZE_TYPE
#define SIZE_TYPE "unsigned long"
#define SIZE_TYPE "long unsigned int"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment