mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 13:23:10 +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>
|
2004-05-13 J. Brobecker <brobecker@gnat.com>
|
||||||
|
|
||||||
* aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
|
* 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 ptxsprs sprs64;
|
||||||
struct ptsprs sprs32;
|
struct ptsprs sprs32;
|
||||||
int i;
|
int i;
|
||||||
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
|
||||||
|
|
||||||
if (debug_aix_thread)
|
if (debug_aix_thread)
|
||||||
fprintf_unfiltered (gdb_stdlog,
|
fprintf_unfiltered (gdb_stdlog,
|
||||||
|
Reference in New Issue
Block a user