Skip to content

Commit

Permalink
fix gpt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chenall committed Jan 31, 2016
1 parent d221a1d commit 7422adb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grubutils/wee/asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -10146,9 +10146,9 @@ ENTRY(list_partitions)
cmpw $0xAA55, 64(%esi)
jne 9f

cmpl $0xff, ABS(EXT_C(current_slice))
je 100f
movl $0xFF, ABS(EXT_C(current_slice))
// cmpl $0xff, ABS(EXT_C(current_slice))
// je 100f
// movl $0xFF, ABS(EXT_C(current_slice))
cmpb $0xee, 4(%esi)
jne 100f
movl $1,%eax
Expand Down

0 comments on commit 7422adb

Please sign in to comment.