From 7422adb873943aa240ac048a6991716803102850 Mon Sep 17 00:00:00 2001 From: chenall Date: Sun, 31 Jan 2016 09:23:48 +0800 Subject: [PATCH] fix gpt issue --- grubutils/wee/asm.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grubutils/wee/asm.S b/grubutils/wee/asm.S index 6c4c225..5541777 100644 --- a/grubutils/wee/asm.S +++ b/grubutils/wee/asm.S @@ -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