]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo/merge problem (replace s390x by mips32 in target.c)
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 9 Jun 2012 09:31:43 +0000 (09:31 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 9 Jun 2012 09:31:43 +0000 (09:31 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12627

coregrind/m_gdbserver/target.c

index 6117fcee62a83e75bb283f1378a36f7351a8b0c3..a85aa94eff6ccc886d97e1206a6ccb84487a7893 100644 (file)
@@ -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