Dash:
[t2.git] / package / boot / grub / vv-binutils-2.23.patch
blob9ea2047dd1d80166ec038a9c0c2c8bfc6282c6b4
1 --- grub-0.97/stage2/asm.S.vanilla 2013-03-05 17:39:21.235769104 +0100
2 +++ grub-0.97/stage2/asm.S 2013-03-05 17:40:12.415767335 +0100
3 @@ -1997,9 +1997,9 @@
4 mov $0x2BADB002, %eax
6 mov %rsi, %rbx
7 - and $0xffffffff, %rsi
8 + and $0xffffffff, %esi
10 - and $0xffffffff, %rdi
11 + and $0xffffffff, %edi
12 call *%rdi
13 /* NOTREACHED */
14 call EXT_C(stop)