summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/part.c b/sys/boot/common/part.c
index 34a08b1..6614573 100644
--- a/sys/boot/common/part.c
+++ b/sys/boot/common/part.c
@@ -389,7 +389,7 @@ ptable_ebrread(struct ptable *table, void *dev, diskread_t dread)
entry = malloc(sizeof(*entry));
if (entry == NULL)
break;
- entry->part.start = e1->part.start + start;
+ entry->part.start = offset + start;
entry->part.end = entry->part.start + end - 1;
entry->part.index = index++;
entry->part.type = mbr_parttype(dp[0].dp_typ);
OpenPOWER on IntegriCloud