/[dynamips]/upstream/dynamips-0.2.6-RC4/x86_trans.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 /upstream/dynamips-0.2.6-RC4/x86_trans.c

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

upstream/dynamips-0.2.6-RC3/x86_trans.c revision 4 by dpavlin, Sat Oct 6 16:06:49 2007 UTC upstream/dynamips-0.2.6-RC4/x86_trans.c revision 5 by dpavlin, Sat Oct 6 16:08:03 2007 UTC
# Line 700  static int mips64_emit_BEQ(cpu_mips_t *c Line 700  static int mips64_emit_BEQ(cpu_mips_t *c
700     insn_fetch_and_emit(cpu,b,2);     insn_fetch_and_emit(cpu,b,2);
701    
702     /* set the new pc in cpu structure */     /* set the new pc in cpu structure */
703     mips64_set_jump(cpu,b,new_pc,0);     mips64_set_jump(cpu,b,new_pc,1);
704    
705     x86_patch(test1,b->jit_ptr);     x86_patch(test1,b->jit_ptr);
706     x86_patch(test2,b->jit_ptr);     x86_patch(test2,b->jit_ptr);

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26