gptmbr: fix confusion between start and end fields
authorH. Peter Anvin <hpa@zytor.com>
Mon, 25 Feb 2008 23:29:47 +0000 (15:29 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 25 Feb 2008 23:29:47 +0000 (15:29 -0800)
commit936c90a8528c98dc25161806777202d06fab94fd
tree573b908d0e72a7c61bfc1c0779cd8c603c2c2c15
parent45ba7656f6bf6b46ed9e82fd257340b023f6d457
gptmbr: fix confusion between start and end fields

Fix a case of bad confusion of the start and end fields
(length = end-start+1, so we can't easily reuse the load of the start
field.)
mbr/gptmbr.S