diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-05-17 14:13:26 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-05-17 14:13:26 +0000 |
commit | c5f98707cc7c2fb569f01a24439dc7c422f81ad2 (patch) | |
tree | 2c0a95d4163622738875b1c425dcf1fbc291b051 /app-emulation/zsnes/files | |
parent | new version (diff) | |
download | gentoo-2-c5f98707cc7c2fb569f01a24439dc7c422f81ad2.tar.gz gentoo-2-c5f98707cc7c2fb569f01a24439dc7c422f81ad2.tar.bz2 gentoo-2-c5f98707cc7c2fb569f01a24439dc7c422f81ad2.zip |
fix bugs #2746, #2783 - add patch removing a comment line from a .asm source which confused nasm
Diffstat (limited to 'app-emulation/zsnes/files')
-rw-r--r-- | app-emulation/zsnes/files/zsnes-1.337-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/zsnes/files/zsnes-1.337-gentoo.patch b/app-emulation/zsnes/files/zsnes-1.337-gentoo.patch new file mode 100644 index 000000000000..1800f664442c --- /dev/null +++ b/app-emulation/zsnes/files/zsnes-1.337-gentoo.patch @@ -0,0 +1,12 @@ +diff -NruB zsnes/src/init.asm zsnes.new/src/init.asm +--- zsnes/src/init.asm Thu May 16 14:29:18 2002 ++++ zsnes.new/src/init.asm Thu May 16 14:27:24 2002 +@@ -4602,7 +4602,6 @@ + ; check for 2nd+ part of file + mov edi,fname+1 + mov byte[.cchar],'\' +- ; get position of . or \ + .nextsearch + cmp byte[edi],0 + je .nomore + |