Ignore:
Timestamp:
May 1, 2008, 11:26:31 AM (16 years ago)
Author:
dai_9181
Message:

[505][513]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/Compile_CallProc.cpp

    r468 r514  
    55#include "../BasicCompiler_Common/common.h"
    66#include "Opcode.h"
     7
     8using namespace ActiveBasic::Compiler;
    79
    810void Call_DebugSys_SaveContext(){
     
    462464
    463465    extern BOOL bDebugSupportProc;
    464     if( compiler.IsDebug() && bDebugSupportProc == 0 && pDllProc->GetName() != "DebugBreak" )
     466    if( compiler.IsDebug() && bDebugSupportProc==0 && pDllProc->IsEqualSymbol( LexicalAnalyzer::FullNameToSymbol( "DebugBreak" ) ) )
    465467    {
    466468        Call_DebugSys_SaveContext();
Note: See TracChangeset for help on using the changeset viewer.