bug-grub
[Top][All Lists]
Advanced

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

Useless code in diskboot.S (not a bug)


From: max
Subject: Useless code in diskboot.S (not a bug)
Date: Thu, 4 Aug 2011 01:54:11 -0700 (PDT)

Not a bug, just a trivial issue.

The code:
        /* save the sector number of the second sector in %ebp */
        movl    (%di), %ebp

does not appear to serve any purpose (ebp is never used unless I missed 
something). It caught my eye because I wanted to verify that this code was 
using 64-bit sector numbers everywhere.

Dan




reply via email to

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