Gentoo Archives: gentoo-commits

From: "Luca Barbato (lu_zero)" <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-softmmu/files: qemu-softmmu-0.10.1-nopl-fix.patch
Date: Fri, 24 Apr 2009 10:59:53
Message-Id: E1LxJ8I-0006N7-C7@stork.gentoo.org
1 lu_zero 09/04/24 10:59:50
2
3 Added: qemu-softmmu-0.10.1-nopl-fix.patch
4 Log:
5 Fix in_asm debugging, thanks to Mark Karpeles <mark@×××××××.jp>
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-emulation/qemu-softmmu/files/qemu-softmmu-0.10.1-nopl-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/qemu-softmmu/files/qemu-softmmu-0.10.1-nopl-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/qemu-softmmu/files/qemu-softmmu-0.10.1-nopl-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: qemu-softmmu-0.10.1-nopl-fix.patch
15 ===================================================================
16 --- i386-dis.c 2009-03-22 00:05:48.000000000 +0100
17 +++ i386-dis_new.c 2009-04-21 08:31:08.000000000 +0200
18 @@ -784,13 +784,13 @@
19 { "movhpX", EX, XM, SIMD_Fixup, 'l' },
20 /* 18 */
21 { GRP14 },
22 - { "(bad)", XX, XX, XX },
23 - { "(bad)", XX, XX, XX },
24 - { "(bad)", XX, XX, XX },
25 - { "(bad)", XX, XX, XX },
26 - { "(bad)", XX, XX, XX },
27 - { "(bad)", XX, XX, XX },
28 - { "(bad)", XX, XX, XX },
29 + { "nopQ", Ev, XX, XX },
30 + { "nopQ", Ev, XX, XX },
31 + { "nopQ", Ev, XX, XX },
32 + { "nopQ", Ev, XX, XX },
33 + { "nopQ", Ev, XX, XX },
34 + { "nopQ", Ev, XX, XX },
35 + { "nopQ", Ev, XX, XX },
36 /* 20 */
37 { "movL", Rm, Cm, XX },
38 { "movL", Rm, Dm, XX },
39 @@ -1072,7 +1072,7 @@
40 /* 0 1 2 3 4 5 6 7 8 9 a b c d e f */
41 /* ------------------------------- */
42 /* 00 */ 1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1, /* 0f */
43 - /* 10 */ 1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0, /* 1f */
44 + /* 10 */ 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, /* 1f */
45 /* 20 */ 1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1, /* 2f */
46 /* 30 */ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 3f */
47 /* 40 */ 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, /* 4f */