diff options
author | Doug Evans <dje@google.com> | 2009-09-08 23:52:45 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-09-08 23:52:45 +0000 |
commit | 9cf1b572896160ba8007d372540669513c44b865 (patch) | |
tree | 084f7ea7b16d0b4f9e3e40842bfddd2c38a2f232 /gdb/target.c | |
parent | 495c5f871edcbdf81f70cc9203b2dde8637318ee (diff) | |
download | binutils-9cf1b572896160ba8007d372540669513c44b865.zip binutils-9cf1b572896160ba8007d372540669513c44b865.tar.gz binutils-9cf1b572896160ba8007d372540669513c44b865.tar.bz2 |
* target.c (initialize_targets): Fix thinko in stack_cache_enabled_p.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index d828332..a662eca 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -3555,7 +3555,7 @@ Tells gdb whether to control the inferior in asynchronous mode."), &showlist); add_setshow_boolean_cmd ("stack-cache", class_support, - &stack_cache_enabled_p, _("\ + &stack_cache_enabled_p_1, _("\ Set cache use for stack access."), _("\ Show cache use for stack access."), _("\ When on, use the data cache for all stack access, regardless of any\n\ |