]> git.pld-linux.org Git - packages/btmgr.git/blame - nasm.patch
- x86_64 does not understand "-t us", pff
[packages/btmgr.git] / nasm.patch
CommitLineData
8713c393
ER
1http://sourceforge.net/mailarchive/message.php?msg_id=7380111
2
3--- btmgr-3.7-1/./manager/helptool.h~ 2000-09-02 18:21:51.000000000 +0300
4+++ btmgr-3.7-1/./manager/helptool.h 2011-07-20 14:09:24.750719959 +0300
5@@ -623,7 +623,8 @@
6
7 %macro endblock 0-1
8 %ifctx orblock
9- cat_jmp %$ifnot,__level__
10+; cat_jmp %$ifnot,__level__ ; as it was
11+ jmp %$$ifnot ; this does - 0.98 or 0.98.35
12 %$iftrue:
13 %elifctx andblock
14 %else
This page took 0.222443 seconds and 4 git commands to generate.