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/env.h

    r388 r415  
    3333    OSMutex     mutex; 
    3434#ifdef UR_CONFIG_EMH 
    35     int (*monitor)(int,UCell*,UCell*); 
     35    int (*monitor)(UThread*,int,UCell*,UCell*); 
    3636#endif 
    3737};