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

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

revision 17 by dpavlin, Mon Oct 8 16:19:01 2007 UTC revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_arm_instr_dpi.c,v 1.10 2005/10/09 21:32:07 debug Exp $   *  $Id: cpu_arm_instr_dpi.c,v 1.11 2005/10/22 12:22:13 debug Exp $
29   *   *
30   *   *
31   *  ARM Data Processing Instructions   *  ARM Data Processing Instructions
# Line 211  void A__NAME(struct cpu *cpu, struct arm Line 211  void A__NAME(struct cpu *cpu, struct arm
211                              ARM_INSTR_ALIGNMENT_SHIFT);                              ARM_INSTR_ALIGNMENT_SHIFT);
212                  } else                  } else
213  #endif  #endif
214                          arm_pc_to_pointers(cpu);                          quick_pc_to_pointers(cpu);
215                  return;                  return;
216          } else          } else
217                  reg(ic->arg[2]) = c64;                  reg(ic->arg[2]) = c64;

Legend:
Removed from v.17  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26