Re: [Xen-devel] [PATCH] x86emul: fix 32-bit test build

2016-03-14 Thread Andrew Cooper
On 14/03/2016 07:50, Jan Beulich wrote: > Commit 5644ce0142 ("x86emul: relax asm() constraints") introduced a > 64-bit only instruction suffix, which breaks running the emulator test > on a 32-bit system. Mirror __OS (and _OP for completeness) to the test > wrapper source file. > > Signed-off-by: J

[Xen-devel] [PATCH] x86emul: fix 32-bit test build

2016-03-14 Thread Jan Beulich
Commit 5644ce0142 ("x86emul: relax asm() constraints") introduced a 64-bit only instruction suffix, which breaks running the emulator test on a 32-bit system. Mirror __OS (and _OP for completeness) to the test wrapper source file. Signed-off-by: Jan Beulich --- a/tools/tests/x86_emulator/x86_emu