tlb: Remove dead instruction
This commit is contained in:
parent
c14f3de6d0
commit
74ea2f2ad3
2 changed files with 12 additions and 0 deletions
11
pkgs/tiny-linux-bootloader/remove-dead.patch
Normal file
11
pkgs/tiny-linux-bootloader/remove-dead.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/bsect.asm
|
||||
+++ b/bsect.asm
|
||||
@@ -135,7 +135,7 @@
|
||||
.loop:
|
||||
cmp edx, 127*512
|
||||
jl loader.part_2
|
||||
- jz loader.finish
|
||||
+; jz loader.finish
|
||||
|
||||
mov ax, 127 ;count
|
||||
xor bx, bx ; offset
|
Loading…
Add table
Add a link
Reference in a new issue