diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-05-13 22:31:53 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-05-13 22:31:53 +0000 |
commit | 349766b20512ee431fe22b4cc01881620c6d6dde (patch) | |
tree | 903e9a9af8b649804b1b2f133feef91cbbb3065b /gdb/aix-thread.c | |
parent | 0d4d54840d9135777fbacab4eda666c8fd09eb36 (diff) | |
download | gdb-349766b20512ee431fe22b4cc01881620c6d6dde.zip gdb-349766b20512ee431fe22b4cc01881620c6d6dde.tar.gz gdb-349766b20512ee431fe22b4cc01881620c6d6dde.tar.bz2 |
* aix-thread.c (store_regs_kernel_thread): Fix a little obvious
error that was causing the build to fail.
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r-- | gdb/aix-thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index 5e8fadf..93c532b 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -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, |