/[gxemul]/trunk/src/cpus/cpu_dyntrans.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_dyntrans.c

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

revision 39 by dpavlin, Mon Oct 8 16:21:53 2007 UTC revision 40 by dpavlin, Mon Oct 8 16:22:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_dyntrans.c,v 1.145 2007/04/10 17:26:20 debug Exp $   *  $Id: cpu_dyntrans.c,v 1.147 2007/04/19 15:18:16 debug Exp $
29   *   *
30   *  Common dyntrans routines. Included from cpu_*.c.   *  Common dyntrans routines. Included from cpu_*.c.
31   */   */
# Line 463  void DYNTRANS_FUNCTION_TRACE(struct cpu Line 463  void DYNTRANS_FUNCTION_TRACE(struct cpu
463  #if defined(DYNTRANS_ALPHA) || defined(DYNTRANS_SPARC)  #if defined(DYNTRANS_ALPHA) || defined(DYNTRANS_SPARC)
464              6              6
465  #else  #else
466  #ifdef DYNTRANS_SH  #if defined(DYNTRANS_SH) || defined(DYNTRANS_M88K)
467              8   /*  Both for 32-bit and 64-bit SuperH  */              8   /*  Both for 32-bit and 64-bit SuperH, and M88K  */
468  #else  #else
469              4   /*  Default value for most archs  */              4   /*  Default value for most archs  */
470  #endif  #endif
# Line 500  void DYNTRANS_FUNCTION_TRACE(struct cpu Line 500  void DYNTRANS_FUNCTION_TRACE(struct cpu
500                          they go downwards, ie. 22,23 and so on  */                          they go downwards, ie. 22,23 and so on  */
501                      r[24                      r[24
502  #endif  #endif
 #ifdef DYNTRANS_M68K  
                     d[0         /*  TODO  */  
 #endif  
503  #ifdef DYNTRANS_MIPS  #ifdef DYNTRANS_MIPS
504                      gpr[MIPS_GPR_A0                      gpr[MIPS_GPR_A0
505  #endif  #endif
506    #ifdef DYNTRANS_M88K
507                        r[2         /*  r2..r9  */
508    #endif
509  #ifdef DYNTRANS_PPC  #ifdef DYNTRANS_PPC
510                      gpr[3                      gpr[3
511  #endif  #endif

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26