summaryrefslogtreecommitdiff
path: root/mbr
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-07-11 15:46:52 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-07-11 15:46:52 -0700
commit65fface6fa2e0791859ea397774fdcfe86663de8 (patch)
tree4fe45457c10dd6233c5892b8fbe5840b5317d89e /mbr
parent1d5d9461937c5f6a117012ea5fdafbf585a1d6fe (diff)
downloadsyslinux-65fface6fa2e0791859ea397774fdcfe86663de8.tar.gz
One more MBR byte...
Diffstat (limited to 'mbr')
-rw-r--r--mbr/mbr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbr/mbr.S b/mbr/mbr.S
index 7597d795..6130303a 100644
--- a/mbr/mbr.S
+++ b/mbr/mbr.S
@@ -99,7 +99,7 @@ next:
pushw %ax /* Save sectors/cylinder on the stack */
xorl %eax, %eax /* Base */
- xorl %edx, %edx /* Root: %edx <- 0 */
+ cdq /* Root (%edx <- 0) */
call scan_partition_table
/* If we get here, we have no OS */