Changeset 750 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/WatchList.cpp
- Timestamp:
- Sep 24, 2008, 2:02:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/WatchList.cpp
r561 r750 326 326 UserProc *pUserProc = GetSubFromObp(obp_Rip); 327 327 328 BOOST_FOREACH( Variable *pVar, pUserProc->GetLocalVars() ){328 foreach( Variable *pVar, pUserProc->GetLocalVars() ){ 329 329 if( pVar->GetName() == "_System_LocalThis" ){ 330 330 return pVar->GetOffsetAddress();
Note:
See TracChangeset
for help on using the changeset viewer.