diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-01-12 06:46:02 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-01-12 06:46:02 +0000 |
commit | 51970be9f7620a24ac0bf1a696f1d6f0b2e7ef45 (patch) | |
tree | d1704dd8880f14db1d759d7d2a95d22a98b1d410 /emulators/openmsx | |
parent | 7b61b3ed816acb5ac7cc2a650d3e898dfc9546c3 (diff) | |
download | ports-51970be9f7620a24ac0bf1a696f1d6f0b2e7ef45.tar.gz ports-51970be9f7620a24ac0bf1a696f1d6f0b2e7ef45.zip |
Notes
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/files/patch-src_utils_MemoryOps.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/openmsx/files/patch-src_utils_MemoryOps.cc b/emulators/openmsx/files/patch-src_utils_MemoryOps.cc new file mode 100644 index 000000000000..81415130306b --- /dev/null +++ b/emulators/openmsx/files/patch-src_utils_MemoryOps.cc @@ -0,0 +1,11 @@ +--- src/utils/MemoryOps.cc.orig 2009-01-10 02:09:59.000000000 +0100 ++++ src/utils/MemoryOps.cc 2009-01-10 02:09:03.000000000 +0100 +@@ -79,7 +79,7 @@ static inline void memset_64_SSE( + } + #ifdef ASM_X86_64 + asm volatile ( +- "movq %0, %%xmm0;" ++ "movd %0, %%xmm0;" + "unpcklps %%xmm0, %%xmm0;" + : // no output + : "r" (val) |