source:
dev/branches/egtra/ab5.0/abdev/compiler_x86/op32_main.cpp
Last change on this file was 225, checked in by , 17 years ago | |
---|---|
File size: 193 bytes |
Line | |
---|---|
1 | #include "stdafx.h" |
2 | |
3 | #include "../BasicCompiler_Common/common.h" |
4 | #include "Opcode.h" |
5 | |
6 | |
7 | |
8 | BOOL IsSafeReg(int reg){ |
9 | if(reg==REG_EBX||reg==REG_ESI||reg==REG_EDI) return 1; |
10 | return 0; |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.