Skip to content

Commit a2b1c3e

Browse files
committed
itnegration-test: fix typo
1 parent 763feed commit a2b1c3e

File tree

1 file changed

+1
-1
lines changed
  • integration-test/bins/multiboot2_chainloader/src

1 file changed

+1
-1
lines changed

integration-test/bins/multiboot2_chainloader/src/start.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ start:
3636

3737
# Enable SSE.
3838
# Strictly speaking, this is not necessary, but I activated SSE in the
39-
# compiler spec json file. Rustc/LLVM produces SSE coe for example from the
39+
# compiler spec json file. Rustc/LLVM produces SSE code for example from the
4040
# core::fmt code.
4141
mov %cr0, %eax
4242
and $0xFFFB, %ax # clear coprocessor emulation CR0.EM

0 commit comments

Comments
 (0)