Remove uselees instruction
This commit is contained in:
parent
b56495543a
commit
796d2fa20e
1 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,7 @@ VARIABLE(grub_relocator_backward_src)
|
||||||
.long 0, 0
|
.long 0, 0
|
||||||
movq %rax, %rsi
|
movq %rax, %rsi
|
||||||
|
|
||||||
/* mov imm32, %ecx */
|
/* mov imm64, %rcx */
|
||||||
.byte 0x48
|
.byte 0x48
|
||||||
.byte 0xb9
|
.byte 0xb9
|
||||||
VARIABLE(grub_relocator_backward_chunk_size)
|
VARIABLE(grub_relocator_backward_chunk_size)
|
||||||
|
@ -72,7 +72,6 @@ VARIABLE(grub_relocator_forward_src)
|
||||||
.long 0, 0
|
.long 0, 0
|
||||||
movq %rax, %rsi
|
movq %rax, %rsi
|
||||||
|
|
||||||
xorq %rcx, %rcx
|
|
||||||
/* mov imm64, %rcx */
|
/* mov imm64, %rcx */
|
||||||
.byte 0x48
|
.byte 0x48
|
||||||
.byte 0xb9
|
.byte 0xb9
|
||||||
|
|
Loading…
Reference in a new issue