Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by bellard, Mon Oct 27 21:22:23 2003 UTC | revision 1.4 by bellard, Thu Oct 30 00:39:38 2003 UTC | |
|---|---|---|
| # | Line 4394 static inline int gen_intermediate_code_ | Line 4394 static inline int gen_intermediate_code_ |
| 4394 | dc->mem_index = 3; | dc->mem_index = 3; |
| 4395 | } | } |
| 4396 | dc->jmp_opt = !(dc->tf || env->singlestep_enabled | dc->jmp_opt = !(dc->tf || env->singlestep_enabled |
| 4397 | #ifndef CONFIG_SOFT_MMU | #ifndef CONFIG_SOFTMMU |
| 4398 | || (flags & HF_SOFTMMU_MASK) | || (flags & HF_SOFTMMU_MASK) |
| 4399 | #endif | #endif |
| 4400 | ); | ); |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |