patch-mips64_x86_trans_h 442 B

1234567891011121314
  1. $OpenBSD: patch-mips64_x86_trans_h,v 1.1.1.1 2008/01/18 09:09:48 sthen Exp $
  2. --- mips64_x86_trans.h.orig Sun Sep 2 11:41:38 2007
  3. +++ mips64_x86_trans.h Sun Sep 2 11:41:58 2007
  4. @@ -53,8 +53,7 @@ void mips64_jit_tcb_exec(cpu_mips_t *cpu,mips64_jit_tc
  5. return;
  6. }
  7. - asm volatile ("movl %0,%%edi"::"r"(cpu):
  8. - "esi","edi","eax","ebx","ecx","edx");
  9. + asm volatile ("movl %0,%%edi"::"r"(cpu));
  10. jit_code();
  11. }