Ignore:
Timestamp:
Jul 26, 2007, 3:58:18 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/NativeCode.cpp

    r232 r237  
    11#include "stdafx.h"
    22
    3 #define BREAK_EIP(checkEip)  (obp+0x00401000<=checkEip)
     3#define BREAK_EIP(checkEip)  (obp+0x00401000>=checkEip)
    44
    55void ObpPlus( int step )
     
    99
    1010    // 例:epi=0x00401999
    11     if( BREAK_EIP(0x00401999) )
     11    if( BREAK_EIP(0x00433FD7) )
    1212    {
    1313        int test=0;
Note: See TracChangeset for help on using the changeset viewer.