Parent Directory
|
Revision Log
|
Patch
| revision 1.26 by bellard, Sat Feb 12 14:50:42 2005 UTC | revision 1.27 by bellard, Sat Feb 12 18:58:00 2005 UTC | |
|---|---|---|
| # | Line 39 | Line 39 |
| 39 | #if defined(__i386__) && !defined(CONFIG_SOFTMMU) | #if defined(__i386__) && !defined(CONFIG_SOFTMMU) |
| 40 | #define USE_CODE_COPY | #define USE_CODE_COPY |
| 41 | #endif | #endif |
| #if defined(CONFIG_KQEMU) && defined(__linux__) && defined(CONFIG_SOFTMMU) && defined(__i386__) && !defined(TARGET_X86_64) | ||
| #define USE_KQEMU | ||
| #endif | ||
| 42 | ||
| 43 | #define R_EAX 0 | #define R_EAX 0 |
| 44 | #define R_ECX 1 | #define R_ECX 1 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |