summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pxelinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index 47feae25..f33754cd 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -909,7 +909,7 @@ config_scan:
rep movsb
mov si,MACStr
call strcpy
- mov byte [di-1],' ' ; Replace null with space
+ mov byte [es:di-1],' ' ; Replace null with space
.noipappend2:
%endmacro