bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lba_mode bug


From: Behrang Saeedzadeh
Subject: lba_mode bug
Date: Thu, 26 Jun 2003 07:28:54 -0700 (PDT)

Hi

The first instruction after the lba_mode label is:

   movl   0x10(%si), %ecx

and it seems to be unnecessary. In the rest of the
code the value in ecx is never accessed and/or
manipulated and after jumping to copy_buffer the value
of cx register is set explicitly.

Also %si is never assigned a value before the
forementioned movl instruction above so it may not
even do something meaningful.

Good Luck,
Behrang S.

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]