diff options
author | johans <johans@FreeBSD.org> | 2009-07-03 21:52:00 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-07-03 21:52:00 +0800 |
commit | 7d85018959c7ce97f098d94ae67ebafcbf8eefc4 (patch) | |
tree | 5dcb4dc77303b27f540f205d86dff5db110c94c6 /emulators | |
parent | 99ba8f4bc5d0464c87cdca977ae4d720e24e7bff (diff) | |
download | freebsd-ports-gnome-7d85018959c7ce97f098d94ae67ebafcbf8eefc4.tar.gz freebsd-ports-gnome-7d85018959c7ce97f098d94ae67ebafcbf8eefc4.tar.zst freebsd-ports-gnome-7d85018959c7ce97f098d94ae67ebafcbf8eefc4.zip |
Really remove obsoleted patch file this time
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) |