Signed-off-by: Tomek Grabiec <tgrab...@gmail.com> --- arch/x86/use-def.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/use-def.c b/arch/x86/use-def.c index 9f035bc..1325494 100644 --- a/arch/x86/use-def.c +++ b/arch/x86/use-def.c @@ -78,6 +78,7 @@ static struct insn_info insn_infos[] = { DECLARE_INFO(INSN_SUB_IMM_REG, USE_NONE | DEF_DST), DECLARE_INFO(INSN_SUB_MEMBASE_REG, USE_SRC | DEF_DST), DECLARE_INFO(INSN_SUB_REG_REG, USE_SRC | DEF_DST), + DECLARE_INFO(INSN_TEST_MEMBASE_REG, USE_SRC | USE_DST | DEF_NONE), DECLARE_INFO(INSN_XOR_MEMBASE_REG, USE_SRC | DEF_DST), DECLARE_INFO(INSN_XOR_IMM_REG, USE_SRC | DEF_DST), }; -- 1.6.0.6 ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel