Changeset 113 in dev for BasicCompiler32/Compile_CallProc.cpp
- Timestamp:
- May 10, 2007, 12:27:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_CallProc.cpp
r102 r113 363 363 extern BOOL bDebugCompile; 364 364 extern BOOL bDebugSupportProc; 365 if(bDebugCompile&&bDebugSupportProc==0&& pDllProc-> GetName() != "DebugBreak"){365 if(bDebugCompile&&bDebugSupportProc==0&& pDllProc->IsEqualSymbol( "DebugBreak" ) ){ 366 366 Call_DebugSys_SaveContext(); 367 367 }
Note:
See TracChangeset
for help on using the changeset viewer.