Changeset 36 in dev for BasicCompiler_Common/calculation.cpp
- Timestamp:
- Jan 20, 2007, 4:55:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/calculation.cpp
r15 r36 628 628 } 629 629 } 630 else if(i2==DEF_BOOLEAN){ 631 BYTE byteData; 632 if(i3=ReadProcessMemory(hDebugProcess,offset,&byteData,sizeof(BYTE),&stAccBytes)){ 633 i64nums[pnum]=(_int64)byteData; 634 } 635 } 630 636 else return 0; 631 637
Note:
See TracChangeset
for help on using the changeset viewer.