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

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

revision 45 by dpavlin, Mon Oct 8 16:22:56 2007 UTC revision 46 by dpavlin, Wed Oct 10 21:07:01 2007 UTC
# Line 1819  static void debug_spr_usage(uint64_t pc, Line 1819  static void debug_spr_usage(uint64_t pc,
1819          default:if (spr >= SPR_IBAT0U && spr <= SPR_DBAT3L) {          default:if (spr >= SPR_IBAT0U && spr <= SPR_DBAT3L) {
1820                          break;                          break;
1821                  } else                  } else
1822                          fatal("[ using UNIMPLEMENTED spr %i (%s), pc = "                          fatal("[ using UNIMPLEMENTED spr %i 0x%04x (%s), pc = "
1823                              "0x%"PRIx64" ]\n", spr, ppc_spr_names[spr] == NULL?                              "0x%"PRIx64" ]\n", spr, spr, ppc_spr_names[spr] == NULL?
1824                              "UNKNOWN" : ppc_spr_names[spr], (uint64_t) pc);                              "UNKNOWN" : ppc_spr_names[spr], (uint64_t) pc);
1825          }          }
1826    

Legend:
Removed from v.45  
changed lines
  Added in v.46

  ViewVC Help
Powered by ViewVC 1.1.26