|
From: <sv...@va...> - 2008-05-15 05:37:34
|
Author: bart
Date: 2008-05-15 06:37:37 +0100 (Thu, 15 May 2008)
New Revision: 8090
Log:
Added #include <assert.h>.
Modified:
branches/CROSS_COMPILATION/vex-cross-compilation.patch
Modified: branches/CROSS_COMPILATION/vex-cross-compilation.patch
===================================================================
--- branches/CROSS_COMPILATION/vex-cross-compilation.patch 2008-05-14 18:01:47 UTC (rev 8089)
+++ branches/CROSS_COMPILATION/vex-cross-compilation.patch 2008-05-15 05:37:37 UTC (rev 8090)
@@ -2,8 +2,16 @@
===================================================================
--- VEX/auxprogs/genoffsets.c (revision 1849)
+++ VEX/auxprogs/genoffsets.c (working copy)
-@@ -56,6 +56,12 @@
+@@ -44,6 +44,7 @@
+ without prior written permission.
+ */
++#include <assert.h>
+ #include <stdio.h>
+
+ /* A program which generates various guest state offsets. */
+@@ -56,6 +57,12 @@
+
Int main ( void )
{
+ assert(sizeof(UChar) == 1);
|