Fix missing global verbose declaration. grrrr. this is NOT
right.
This commit is contained in:
parent
19ebb9e3b8
commit
dbd850bb60
|
@ -86,6 +86,7 @@ proc gdb_start { } {
|
|||
proc gdb_sparclet_startup { arg } {
|
||||
global gdb_prompt
|
||||
global GDB
|
||||
global verbose
|
||||
|
||||
set is_running_stub 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue