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

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

revision 29 by dpavlin, Mon Oct 8 16:20:26 2007 UTC revision 30 by dpavlin, Mon Oct 8 16:20:40 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_sparc.c,v 1.34 2006/07/16 13:32:26 debug Exp $   *  $Id: cpu_sparc.c,v 1.35 2006/07/23 12:40:24 debug Exp $
29   *   *
30   *  SPARC CPU emulation.   *  SPARC CPU emulation.
31   */   */
# Line 675  int sparc_cpu_disassemble_instr(struct c Line 675  int sparc_cpu_disassemble_instr(struct c
675                  case 41:rs_name = "psr";                  case 41:rs_name = "psr";
676                          no_rs2 = 1;                          no_rs2 = 1;
677                          break;                          break;
678                  case 42:rs_name = "wim";                  case 42:/*  TODO: something with wim only, on sparc v8?  */
679                            rs_name = sparc_pregnames[rs1];
680                          no_rs2 = 1;                          no_rs2 = 1;
681                          break;                          break;
682                  case 43:/*  ?  */                  case 43:/*  ?  */

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26