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

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


Commit-ID:  3d1f5ce8e7eb3eee5482ad69d2d27456e657ad51
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=3d1f5ce8e7eb3eee5482ad69d2d27456e657ad51
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 15:24:22 +0300

travis: update absolute

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