/[gxemul]/trunk/src/cpus/cpu_run.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/cpus/cpu_run.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by dpavlin, Mon Oct 8 16:19:23 2007 UTC revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_run.c,v 1.5 2005/11/19 21:01:01 debug Exp $   *  $Id: cpu_run.c,v 1.6 2005/12/26 12:32:10 debug Exp $
29   *   *
30   *  Included from cpu_mips.c, cpu_ppc.c etc.  (The reason for this is that   *  Included from cpu_mips.c, cpu_ppc.c etc.  (The reason for this is that
31   *  the call to a specific cpu's routine that runs one instruction will   *  the call to a specific cpu's routine that runs one instruction will
32   *  be inlined from here.)   *  be inlined from here.)
33   *   *
34   *  TODO: Rewrite/cleanup. This is too ugly.   *  TODO: Rewrite/cleanup. This is too ugly and inefficient! Also, the
35     *        dyntrans stuff doesn't require this kind of complexity, it can be a
36     *        lot simpler.
37   */   */
38    
39  #include "console.h"  #include "console.h"

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26