diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-07-03 13:52:00 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-07-03 13:52:00 +0000 |
commit | 01084c964e036c6f093e7c2e272fb91f52f0627a (patch) | |
tree | b755809236d94fbba9197b9cb4dd0fc4b55e66a6 /emulators | |
parent | f1f9a44b63e95fe0fe77cb64a34bb17e7eafc1ff (diff) | |
download | ports-01084c964e036c6f093e7c2e272fb91f52f0627a.tar.gz ports-01084c964e036c6f093e7c2e272fb91f52f0627a.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/openmsx/files/patch-src_utils_MemoryOps.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/openmsx/files/patch-src_utils_MemoryOps.cc b/emulators/openmsx/files/patch-src_utils_MemoryOps.cc deleted file mode 100644 index 81415130306b..000000000000 --- a/emulators/openmsx/files/patch-src_utils_MemoryOps.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |