From: proski Date: Fri, 15 May 2009 14:47:44 +0000 (+0000) Subject: Remove incorrect comment that the code must be position independent. X-Git-Tag: 1.98~907 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cb5c9c21078eeb344b1fa8b3f131615c7467732;p=thirdparty%2Fgrub.git Remove incorrect comment that the code must be position independent. --- diff --git a/commands/i386/pc/drivemap_int13h.S b/commands/i386/pc/drivemap_int13h.S index 44f91bb56..23b7302d6 100644 --- a/commands/i386/pc/drivemap_int13h.S +++ b/commands/i386/pc/drivemap_int13h.S @@ -25,8 +25,7 @@ /* Copy starts here. When deployed, this code must be segment-aligned. */ -/* The replacement int13 handler. The code must be position independent. - Preserve all registers. */ +/* The replacement int13 handler. Preserve all registers. */ FUNCTION(grub_drivemap_handler) /* Map the drive number (always in DL). */ push %ax