summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2004-06-13 20:50:44 +0000
committerhpa <hpa>2004-06-13 20:50:44 +0000
commitdf9e0772322a6afa063789c007585938c4a7846d (patch)
tree37da1c741756e8cbed79e1228a50ec6bb8488d0b
parentfef280ec860c45ac7a48f3653b9aa926a0a51298 (diff)
downloadsyslinux-df9e0772322a6afa063789c007585938c4a7846d.tar.gz
Reinstate safety check
-rw-r--r--ldlinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index 85bace0a..ad367100 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -1483,6 +1483,6 @@ vgafontbuf equ 0E000h
; This is a compile-time assert that we didn't run out of space
%ifndef DEPEND
%if (getcbuf+trackbufsize) > vgafontbuf
-; %error "Out of memory, better reorganize something..."
+%error "Out of memory, better reorganize something..."
%endif
%endif