]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Supplement to r2189.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 8 Aug 2011 19:41:58 +0000 (19:41 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 8 Aug 2011 19:41:58 +0000 (19:41 +0000)
Provide dummy function definition for non-s390 hosts.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2190

VEX/priv/guest_s390_helpers.c

index b95810cb498a4fb8b5c60eccf4d30573a56348de..60149f08bd73ba593dd96aba3275e39ee45355da 100644 (file)
@@ -239,6 +239,8 @@ s390x_dirtyhelper_00(VexGuestS390XState *guest_state)
 
    asm volatile(".hword 0\n");
 }
+#else
+void s390x_dirtyhelper_00(VexGuestS390XState *guest_state) { }
 #endif
 
 /*------------------------------------------------------------*/