We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763feed commit a2b1c3eCopy full SHA for a2b1c3e
integration-test/bins/multiboot2_chainloader/src/start.S
@@ -36,7 +36,7 @@ start:
36
37
# Enable SSE.
38
# 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
+ # compiler spec json file. Rustc/LLVM produces SSE code for example from the
40
# core::fmt code.
41
mov %cr0, %eax
42
and $0xFFFB, %ax # clear coprocessor emulation CR0.EM
0 commit comments