Changeset 415 for branches/thune/thread_safe/debugger/StackDisplay.cpp
- Timestamp:
- 06/16/07 22:57:20 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/debugger/StackDisplay.cpp
r114 r415 15 15 Show current stack. 16 16 */ 17 void StackDisplay::update( UThread* u r_thread, UString* tmp )17 void StackDisplay::update( UThread* ut, UString* tmp ) 18 18 { 19 19 clear(); 20 20 21 if( u r_env)21 if( ut ) 22 22 { 23 23 UCell* it = UR_TOS;
