From: Florian Krohm Date: Mon, 8 Aug 2011 19:41:58 +0000 (+0000) Subject: Supplement to r2189. X-Git-Tag: svn/VALGRIND_3_7_0^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cece8f9fd69767c00705e23005b200122bf7440f;p=thirdparty%2Fvalgrind.git Supplement to r2189. Provide dummy function definition for non-s390 hosts. git-svn-id: svn://svn.valgrind.org/vex/trunk@2190 --- diff --git a/VEX/priv/guest_s390_helpers.c b/VEX/priv/guest_s390_helpers.c index b95810cb49..60149f08bd 100644 --- a/VEX/priv/guest_s390_helpers.c +++ b/VEX/priv/guest_s390_helpers.c @@ -239,6 +239,8 @@ s390x_dirtyhelper_00(VexGuestS390XState *guest_state) asm volatile(".hword 0\n"); } +#else +void s390x_dirtyhelper_00(VexGuestS390XState *guest_state) { } #endif /*------------------------------------------------------------*/