Changeset 288 in dev for trunk/abdev/BasicCompiler_Common/Debug.cpp
- Timestamp:
- Aug 17, 2007, 7:36:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Debug.cpp
r280 r288 337 337 WriteProcessMemory(hDebugProcess, 338 338 (void *)(ULONG_PTR)(pobj_DBDebugSection->ppobj_ds[i]->dwImageBase + pobj_DBDebugSection->ppobj_ds[i]->dwRVA_RWSection), 339 _DebugSys_dwThreadID,sizeof(DWORD)*MAX_DEBUG_THREAD,&lpAccBytes); 339 _DebugSys_dwThreadID, 340 sizeof(DWORD)*MAX_DEBUG_THREAD, 341 &lpAccBytes 342 ); 340 343 } 341 344 }
Note:
See TracChangeset
for help on using the changeset viewer.