Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by bellard, Sun Oct 30 17:24:19 2005 UTC | revision 1.3 by bellard, Mon Dec 5 20:31:52 2005 UTC | |
|---|---|---|
| # | Line 124 static void slavio_misc_mem_writeb(void | Line 124 static void slavio_misc_mem_writeb(void |
| 124 | case 0xa000000: | case 0xa000000: |
| 125 | MISC_DPRINTF("Write power management %2.2x\n", val & 0xff); | MISC_DPRINTF("Write power management %2.2x\n", val & 0xff); |
| 126 | #if 0 | #if 0 |
| 127 | // XXX: halting CPU does not work | // XXX almost works |
| 128 | raise_exception(EXCP_HLT); | cpu_interrupt(cpu_single_env, CPU_INTERRUPT_HALT); |
| cpu_loop_exit(); | ||
| 129 | #endif | #endif |
| 130 | break; | break; |
| 131 | } | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |