|
From: <sv...@va...> - 2011-08-08 19:46:46
|
Author: florian
Date: 2011-08-08 20:41:58 +0100 (Mon, 08 Aug 2011)
New Revision: 2190
Log:
Supplement to r2189.
Provide dummy function definition for non-s390 hosts.
Modified:
trunk/priv/guest_s390_helpers.c
Modified: trunk/priv/guest_s390_helpers.c
===================================================================
--- trunk/priv/guest_s390_helpers.c 2011-08-08 18:22:58 UTC (rev 2189)
+++ trunk/priv/guest_s390_helpers.c 2011-08-08 19:41:58 UTC (rev 2190)
@@ -239,6 +239,8 @@
asm volatile(".hword 0\n");
}
+#else
+void s390x_dirtyhelper_00(VexGuestS390XState *guest_state) { }
#endif
/*------------------------------------------------------------*/
|