Parent Directory
|
Revision Log
|
Patch
| revision 1.18 by bellard, Mon Oct 27 21:13:06 2003 UTC | revision 1.19 by bellard, Thu Oct 30 01:07:51 2003 UTC | |
|---|---|---|
| # | Line 378 int cpu_exec(CPUState *env1) | Line 378 int cpu_exec(CPUState *env1) |
| 378 | return ret; | return ret; |
| 379 | } | } |
| 380 | ||
| 381 | #if defined(TARGET_I386) | #if defined(TARGET_I386) && defined(CONFIG_USER_ONLY) |
| 382 | ||
| 383 | void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector) | void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector) |
| 384 | { | { |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |