summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-01-11 14:18:41 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-01-11 14:18:41 -0800
commitaafc46f5fb1f7e9fc57e21089f708dc0eb3540cd (patch)
tree8f670ed3c178e0f0255d432bd6fd7ef443be8bd2
parent4b923ea451d45f791d6eba29ae1beb3cd4298ac6 (diff)
downloadsyslinux-aafc46f5fb1f7e9fc57e21089f708dc0eb3540cd.tar.gz
adv: clean up NASM 2.01 warning
-rw-r--r--adv.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/adv.inc b/adv.inc
index e1f65270..02dd9c78 100644
--- a/adv.inc
+++ b/adv.inc
@@ -50,13 +50,13 @@ adv0:
.csum resd 1
.data resb ADV_LEN
.tail resd 1
-.end
+.end equ $
adv1:
.head resd 1
.csum resd 1
.data resb ADV_LEN
.tail resd 1
-.end
+.end equ $
section .text
;