[nasm:nasm-2.15.xx-travis] travis: update absolte

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Mon Aug 24 05:36:03 PDT 2020


Commit-ID:  be6aef7a9357de5d19d14c905430615a83322968
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=be6aef7a9357de5d19d14c905430615a83322968
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Mon, 24 Aug 2020 13:50:43 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Mon, 24 Aug 2020 13:50:43 +0300

travis: update absolte

To match test/ instance.

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 travis/test/absolute.asm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/travis/test/absolute.asm b/travis/test/absolute.asm
index 38532ec9..8a72a9b5 100644
--- a/travis/test/absolute.asm
+++ b/travis/test/absolute.asm
@@ -1,4 +1,7 @@
+%ifmacro org
 	org 7c00h
+%endif
+
 init_foo:
 	jmp init_bar
 	nop


More information about the Nasm-commits mailing list