Changeset 40 in dev for BasicCompiler64/WatchList.cpp
- Timestamp:
- Jan 28, 2007, 3:48:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/WatchList.cpp
r3 r40 24 24 return pobj_dti->lplpSpBase[i2]+pRelativeVar->offset; 25 25 } 26 else if( pRelativeVar->dwKind==VAR_REFLOCAL){26 else if( pRelativeVar->dwKind == VAR_REFLOCAL ){ 27 27 extern HWND hDebugWnd; 28 28 i2=(int)SendDlgItemMessage(hDebugWnd,IDC_PROCCOMBO,CB_GETCURSEL,0,0);
Note:
See TracChangeset
for help on using the changeset viewer.