* aix-thread.c (store_regs_kernel_thread): Fix a little obvious

error that was causing the build to fail.
This commit is contained in:
Joel Brobecker 2004-05-13 22:31:53 +00:00
parent 0d4d54840d
commit 349766b205
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-05-13 J. Brobecker <brobecker@gnat.com>
* aix-thread.c (store_regs_kernel_thread): Fix a little obvious
error that was causing the build to fail.
2004-05-13 J. Brobecker <brobecker@gnat.com>
* aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.

View File

@ -1468,7 +1468,6 @@ store_regs_kernel_thread (int regno, pthdb_tid_t tid)
struct ptxsprs sprs64;
struct ptsprs sprs32;
int i;
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
if (debug_aix_thread)
fprintf_unfiltered (gdb_stdlog,