From 3d1f5ce8e7eb3eee5482ad69d2d27456e657ad51 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 24 Aug 2020 13:50:43 +0300 Subject: [PATCH] travis: update absolute To match test/ instance. Signed-off-by: Cyrill Gorcunov --- travis/test/absolute.asm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis/test/absolute.asm b/travis/test/absolute.asm index 38532ec93..8a72a9b5c 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