mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Fix column alignment (whitespace-only change).
This commit is contained in:
parent
48786ef412
commit
1165e4c9a4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70177
@ -86,7 +86,7 @@ start: cld # String ops inc
|
||||
# Check what flags were loaded with us, specifically, Use a predefined Drive.
|
||||
# If what the bios gives us is bad, use the '0' in the block instead, as well.
|
||||
#
|
||||
main: testb $0x20,_FLAGS(%bp) # Set number drive?
|
||||
main: testb $0x20,_FLAGS(%bp) # Set number drive?
|
||||
jnz main.1 # Yes
|
||||
testb %dl,%dl # Drive number valid?
|
||||
js main.2 # Possibly (0x80 set)
|
||||
|
Loading…
Reference in New Issue
Block a user