Changeset 188 in dev for trunk/abdev/BasicCompiler_Common/DebugMiddleFile.cpp
- Timestamp:
- Jun 25, 2007, 5:41:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/DebugMiddleFile.cpp
r182 r188 906 906 907 907 if(OpBuffer) HeapDefaultFree(OpBuffer); 908 OpBuffer=(char *) HeapAlloc(hHeap,0,SizeOf_CodeSection);908 OpBuffer=(char *)malloc(SizeOf_CodeSection); 909 909 910 910 ReadProcessMemory(hDebugProcess,
Note:
See TracChangeset
for help on using the changeset viewer.