diff options
Diffstat (limited to 'os/boot/pc/pbsdisklba.s')
| -rw-r--r-- | os/boot/pc/pbsdisklba.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/boot/pc/pbsdisklba.s b/os/boot/pc/pbsdisklba.s index 357abd00..c3712f82 100644 --- a/os/boot/pc/pbsdisklba.s +++ b/os/boot/pc/pbsdisklba.s @@ -111,7 +111,7 @@ _start0x3E: /* rCX contains 0x0001 */ SBPWI(0x0010, Xdap+0) /* reserved + packet size */ - SBPWI(rCX, Xdap+2) /* reserved + # of blocks to transfer */ + SBPW(rCX, Xdap+2) /* reserved + # of blocks to transfer */ DEC(rCX) SBPW(rCX, Xdap+12) |
