stage0: fix assembler warning
This is hopefully the last edit to stage0 for a while.
This commit is contained in:
parent
fb36d1f949
commit
bfc2b5cb7c
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ LOCAL start2
|
|||
*/
|
||||
|
||||
xor %si, %si
|
||||
cmp $0xacab, %fs:(%si) /* offset 0x00: magic number */
|
||||
cmpw $0xacab, %fs:(%si) /* offset 0x00: magic number */
|
||||
jne err_bad_stage1_magic
|
||||
mov %fs:0x02(%si), %cx /* offset 0x02: byte count for CRC */
|
||||
xor %eax, %eax
|
||||
|
|
Loading…
Reference in a new issue