Parent Directory
|
Revision Log
|
Patch
| revision 1.41 by bellard, Mon Nov 21 23:25:50 2005 UTC | revision 1.42 by bellard, Wed Nov 23 21:01:33 2005 UTC | |
|---|---|---|
| # | Line 253 static void do_info_cpus(void) | Line 253 static void do_info_cpus(void) |
| 253 | env->cpu_index); | env->cpu_index); |
| 254 | #if defined(TARGET_I386) | #if defined(TARGET_I386) |
| 255 | term_printf(" pc=0x" TARGET_FMT_lx, env->eip + env->segs[R_CS].base); | term_printf(" pc=0x" TARGET_FMT_lx, env->eip + env->segs[R_CS].base); |
| 256 | if (env->cpu_halted) | if (env->hflags & HF_HALTED_MASK) |
| 257 | term_printf(" (halted)"); | term_printf(" (halted)"); |
| 258 | #endif | #endif |
| 259 | term_printf("\n"); | term_printf("\n"); |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |