Changeset 237 in dev for trunk/abdev/BasicCompiler_Common/src/NativeCode.cpp
- Timestamp:
- Jul 26, 2007, 3:58:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/NativeCode.cpp
r232 r237 1 1 #include "stdafx.h" 2 2 3 #define BREAK_EIP(checkEip) (obp+0x00401000 <=checkEip)3 #define BREAK_EIP(checkEip) (obp+0x00401000>=checkEip) 4 4 5 5 void ObpPlus( int step ) … … 9 9 10 10 // 例:epi=0x00401999 11 if( BREAK_EIP(0x004 01999) )11 if( BREAK_EIP(0x00433FD7) ) 12 12 { 13 13 int test=0;
Note:
See TracChangeset
for help on using the changeset viewer.