Changeset 509 in dev for trunk/ab5.0/abdev/compiler_x86/Compile_CallProc.cpp
- Timestamp:
- Apr 29, 2008, 12:27:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_CallProc.cpp
r465 r509 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(){ … … 435 437 { 436 438 extern BOOL bDebugSupportProc; 437 if( compiler.IsDebug() && bDebugSupportProc==0 && pDllProc->IsEqualSymbol( "DebugBreak") )439 if( compiler.IsDebug() && bDebugSupportProc==0 && pDllProc->IsEqualSymbol( LexicalAnalyzer::FullNameToSymbol( "DebugBreak" ) ) ) 438 440 { 439 441 Call_DebugSys_SaveContext();
Note:
See TracChangeset
for help on using the changeset viewer.