diff options
| author | Thomas Quinot <thomas@FreeBSD.org> | 2007-03-26 21:56:13 +0000 |
|---|---|---|
| committer | Thomas Quinot <thomas@FreeBSD.org> | 2007-03-26 21:56:13 +0000 |
| commit | 9068c00114278d0d4d16f2b2b5a3036c023bfed6 (patch) | |
| tree | 6308aa1c58620634924081f4e1cd97f138c2e82f /sys/boot | |
| parent | 17e910a261f488ca8f519c4ad8530f445e66ef7a (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/boot0/boot0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot0/boot0.S b/sys/boot/i386/boot0/boot0.S index 0f1918732a5d..64be3dd6e901 100644 --- a/sys/boot/i386/boot0/boot0.S +++ b/sys/boot/i386/boot0/boot0.S @@ -96,7 +96,7 @@ main: /* * Initialize the serial port. bioscom preserves the driver number in DX. */ - movw COMSPEED,%ax # defined by Makefile + movw $COMSPEED,%ax # defined by Makefile callw bioscom #endif /* |
