Re: [PATCH kvm-unit-test] x86/emulator: Fix inline assembler warning

2015-03-12 Thread Marcelo Tosatti
On Mon, Mar 09, 2015 at 07:16:59PM +0100, Jan Kiszka wrote: > Code compiles to the same binary, but now with one warning less. > > Signed-off-by: Jan Kiszka > --- > x86/emulator.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/x86/emulator.c b/x86/emulator.c > index 09

[PATCH kvm-unit-test] x86/emulator: Fix inline assembler warning

2015-03-09 Thread Jan Kiszka
Code compiles to the same binary, but now with one warning less. Signed-off-by: Jan Kiszka --- x86/emulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/emulator.c b/x86/emulator.c index 0964e6a..e5c1c6b 100644 --- a/x86/emulator.c +++ b/x86/emulator.c @@ -838,7 +838