x86emul/test: fix 32-bit build
authorJan Beulich <JBeulich@suse.com>
Sun, 12 Feb 2017 17:56:05 +0000 (17:56 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 13 Feb 2017 09:58:13 +0000 (09:58 +0000)
commitad01a8d7242f56765f10e9e3dbebce786c470345
tree5f34afd75f39708c9f88f7adcd3cc96e8a2fcdc1
parent6f6d3b10ec8168e2a78cf385d89803397f116397
x86emul/test: fix 32-bit build

Commit 7603eb256 ("x86emul: use eflags definitions in x86-defns.h")
removed the EFLG_* definitions without updating the use sites (which
- oddly enough - happen to all be in 32-bit only code paths).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/tests/x86_emulator/test_x86_emulator.c