From: Gene Cumm Date: Tue, 21 Dec 2010 12:23:06 +0000 (-0500) Subject: core/diskboot.inc: fix bug; Sect1Ptr1_VAL X-Git-Tag: syslinux-4.04-pre4~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8255c94785532b1c6fc4937d710379d4c9f679c4;p=platform%2Fupstream%2Fsyslinux.git core/diskboot.inc: fix bug; Sect1Ptr1_VAL --- 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