ports/emulators/dynamips/patches/patch-mips64_x86_trans_h

13 lines
365 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- mips64_x86_trans.h.orig Sun Sep 2 11:41:38 2007
+++ mips64_x86_trans.h Sun Sep 2 11:41:58 2007
@@ -53,8 +53,7 @@ void mips64_jit_tcb_exec(cpu_mips_t *cpu,mips64_jit_tc
return;
}
- asm volatile ("movl %0,%%edi"::"r"(cpu):
- "esi","edi","eax","ebx","ecx","edx");
+ asm volatile ("movl %0,%%edi"::"r"(cpu));
jit_code();
}