Ignore:
Timestamp:
Aug 17, 2007, 7:36:51 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Debug.cpp

    r280 r288  
    337337        WriteProcessMemory(hDebugProcess,
    338338            (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        );
    340343    }
    341344}
Note: See TracChangeset for help on using the changeset viewer.