From: Philippe Waroquiers Date: Sat, 9 Jun 2012 09:31:43 +0000 (+0000) Subject: Fix typo/merge problem (replace s390x by mips32 in target.c) X-Git-Tag: svn/VALGRIND_3_8_0~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf880ae83d11e81c5295708020612777c8914c4;p=thirdparty%2Fvalgrind.git Fix typo/merge problem (replace s390x by mips32 in target.c) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12627 --- diff --git a/coregrind/m_gdbserver/target.c b/coregrind/m_gdbserver/target.c index 6117fcee62..a85aa94eff 100644 --- a/coregrind/m_gdbserver/target.c +++ b/coregrind/m_gdbserver/target.c @@ -619,7 +619,7 @@ void valgrind_initialize_target(void) #elif defined(VGA_s390x) s390x_init_architecture(&the_low_target); #elif defined(VGA_mips32) - s390x_init_architecture(&the_low_target); + mips32_init_architecture(&the_low_target); #else architecture missing in target.c valgrind_initialize_target #endif