Show
Ignore:
Timestamp:
06/16/07 22:57:20 (17 months ago)
Author:
krobillard
Message:

Debugger works again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/debugger/StackDisplay.cpp

    r114 r415  
    1515   Show current stack. 
    1616*/ 
    17 void StackDisplay::update( UThread* ur_thread, UString* tmp ) 
     17void StackDisplay::update( UThread* ut, UString* tmp ) 
    1818{ 
    1919    clear(); 
    2020 
    21     if( ur_env ) 
     21    if( ut ) 
    2222    { 
    2323        UCell* it = UR_TOS;