]> git.pld-linux.org Git - packages/dynamips.git/blame - x32.patch
- fix building on x32
[packages/dynamips.git] / x32.patch
CommitLineData
6e281dde
JR
1--- dynamips-0.2.8-RC2/mips64_amd64_trans.h~ 2007-10-14 10:43:08.000000000 +0200
2+++ dynamips-0.2.8-RC2/mips64_amd64_trans.h 2015-05-10 11:14:19.522295847 +0200
3@@ -53,7 +53,7 @@
4 return;
5 }
6
7- asm volatile ("movq %0,%%r15"::"r"(cpu):
8+ asm volatile ("mov %0,%%r15"::"r"(cpu):
9 "r14","r15","rax","rbx","rcx","rdx","rdi","rsi");
10 jit_code();
11 }
This page took 0.067112 seconds and 4 git commands to generate.