Changeset 514 in dev for trunk/ab5.0/abdev/compiler_x64/Compile_CallProc.cpp
- Timestamp:
- May 1, 2008, 11:26:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/Compile_CallProc.cpp
r468 r514 5 5 #include "../BasicCompiler_Common/common.h" 6 6 #include "Opcode.h" 7 8 using namespace ActiveBasic::Compiler; 7 9 8 10 void Call_DebugSys_SaveContext(){ … … 462 464 463 465 extern BOOL bDebugSupportProc; 464 if( compiler.IsDebug() && bDebugSupportProc == 0 && pDllProc->GetName() != "DebugBreak")466 if( compiler.IsDebug() && bDebugSupportProc==0 && pDllProc->IsEqualSymbol( LexicalAnalyzer::FullNameToSymbol( "DebugBreak" ) ) ) 465 467 { 466 468 Call_DebugSys_SaveContext();
Note:
See TracChangeset
for help on using the changeset viewer.