source:
dev/trunk/abdev/BasicCompiler_Common/src/NativeCode.cpp@
240
Last change on this file since 240 was 237, checked in by , 17 years ago | |
---|---|
File size: 226 bytes |
Rev | Line | |
---|---|---|
[232] | 1 | #include "stdafx.h" |
2 | ||
[237] | 3 | #define BREAK_EIP(checkEip) (obp+0x00401000>=checkEip) |
[232] | 4 | |
5 | void ObpPlus( int step ) | |
6 | { | |
7 | extern int obp; | |
8 | obp += step; | |
9 | ||
10 | // 例:epi=0x00401999 | |
[237] | 11 | if( BREAK_EIP(0x00433FD7) ) |
[232] | 12 | { |
13 | int test=0; | |
14 | } | |
15 | } |
Note:
See TracBrowser
for help on using the repository browser.