ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp
(Generate patch)

Comparing SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp (file contents):
Revision 1.13 by gbeauche, 2003-11-02T14:48:17Z vs.
Revision 1.14 by gbeauche, 2003-11-03T21:28:29Z

# Line 553 | Line 553 | void init_emul_ppc(void)
553   }
554  
555   /*
556 + *  Deinitialize emulation
557 + */
558 +
559 + void exit_emul_ppc(void)
560 + {
561 +        delete main_cpu;
562 + #if MULTICORE_CPU
563 +        delete interrupt_cpu;
564 + #endif
565 + }
566 +
567 + /*
568   *  Emulation loop
569   */
570  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines