mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
* aix-thread.c (store_regs_kernel_thread): Fix a little obvious
error that was causing the build to fail.
This commit is contained in:
@ -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.
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user