From e79523b2e3b96c4662364d2324235d2c5612f187 Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 9 Sep 2003 17:51:30 +0000 Subject: Add missing es: --- pxelinux.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1