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

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

revision 58 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 59 by dpavlin, Fri Oct 12 16:26:40 2007 UTC
# Line 281  int ppc_translate_v2p(struct cpu *cpu, u Line 281  int ppc_translate_v2p(struct cpu *cpu, u
281                  fatal("[ memory_ppc: exception! vaddr=0x%"PRIx64" pc=0x%"PRIx64                  fatal("[ memory_ppc: exception! vaddr=0x%"PRIx64" pc=0x%"PRIx64
282                      " instr=%i user=%i wf=%i ]\n", (uint64_t) vaddr,                      " instr=%i user=%i wf=%i ]\n", (uint64_t) vaddr,
283                      (uint64_t) cpu->pc, instr, user, writeflag);                      (uint64_t) cpu->pc, instr, user, writeflag);
284                    exit(1);
285    
286          if (cpu->cd.ppc.cpu_type.flags & PPC_603) {          if (cpu->cd.ppc.cpu_type.flags & PPC_603) {
287                  cpu->cd.ppc.spr[instr? SPR_IMISS : SPR_DMISS] = vaddr;                  cpu->cd.ppc.spr[instr? SPR_IMISS : SPR_DMISS] = vaddr;

Legend:
Removed from v.58  
changed lines
  Added in v.59

  ViewVC Help
Powered by ViewVC 1.1.26