[syslinux:master] core/diskboot.inc: fix bug; Sect1Ptr1_VAL

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Wed Dec 22 21:21:34 PST 2010


Commit-ID:  8255c94785532b1c6fc4937d710379d4c9f679c4
Gitweb:     http://syslinux.zytor.com/commit/8255c94785532b1c6fc4937d710379d4c9f679c4
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Tue, 21 Dec 2010 07:23:06 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Tue, 21 Dec 2010 07:23:06 -0500

core/diskboot.inc: fix bug; Sect1Ptr1_VAL



---
 core/diskboot.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/diskboot.inc b/core/diskboot.inc
index 73e52c4..8f04f37 100644
--- a/core/diskboot.inc
+++ b/core/diskboot.inc
@@ -264,7 +264,7 @@ eddcheck:
 ;
 		mov eax,strict dword Sect1Ptr0_VAL	; 0xdeadbeef
 Sect1Ptr0	equ $-4
-		mov edx,strict dword Sect1Ptr0_VAL	; 0xfeedface
+		mov edx,strict dword Sect1Ptr1_VAL	; 0xfeedface
 Sect1Ptr1	equ $-4
 		mov bx,ldlinux_sys	; Where to load it
 		call getonesec



More information about the Syslinux-commits mailing list