diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2007-03-04 04:53:17 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2007-03-04 04:53:17 +0000 |
| commit | a0c908882c346a7c70d84e027f76588875452214 (patch) | |
| tree | 5171b911cc2528664fe2fa8d0bd6abc1233ff66c /sys/boot | |
| parent | 59a0d28bacbcc668a45c393f836f97cd8b536f8a (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/cdboot/cdboot.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s index c98cd21f896a..31f590f01565 100644 --- a/sys/boot/pc98/cdboot/cdboot.s +++ b/sys/boot/pc98/cdboot/cdboot.s @@ -705,7 +705,7 @@ read.error: mov %ah,%al # Save error twiddle: push %ax # Save push %bx # Save mov twiddle_index,%al # Load index - mov twiddle_chars,%bx # Address table + mov $twiddle_chars,%bx # Address table inc %al # Next and $3,%al # char mov %al,twiddle_index # Save index for next call |
