]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips32: typo error fix.
authorDejan Jevtic <dejan.jevtic@valgrind.org>
Mon, 16 Sep 2013 10:48:25 +0000 (10:48 +0000)
committerDejan Jevtic <dejan.jevtic@valgrind.org>
Mon, 16 Sep 2013 10:48:25 +0000 (10:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13552

coregrind/m_syswrap/syswrap-mips32-linux.c

index be879383c71d5dfdc63643af6dd1e3185a128687..abc40fccfa9f40f2528abe2b3e420c7bb7ea2401 100644 (file)
@@ -59,7 +59,7 @@
 #include "pub_core_xarray.h"
 #include "pub_core_clientstate.h"   // VG_(brk_base), VG_(brk_limit)
 #include "pub_core_errormgr.h"
-#include "pub_coretool_gdbserver.h"     // VG_(gdbserver)
+#include "pub_core_gdbserver.h"     // VG_(gdbserver)
 #include "pub_core_libcfile.h"
 #include "pub_core_machine.h"       // VG_(get_SP)
 #include "pub_core_mallocfree.h"