diff options
Diffstat (limited to 'mbr/gptmbr.S')
-rw-r--r-- | mbr/gptmbr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S index fa0ae2c4..49414e48 100644 --- a/mbr/gptmbr.S +++ b/mbr/gptmbr.S @@ -256,7 +256,7 @@ read_common: addw $16, %sp /* Drop DAPA */ popal jc disk_error - addw $512, %bx /* POint to the next buffer */ + addb $2, %bh /* bx += 512: point to the next buffer */ ret disk_error: |