Signed-off-by: Tomek Grabiec <tgrab...@gmail.com> --- arch/x86/lir-printer.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/x86/lir-printer.c b/arch/x86/lir-printer.c index 9707abd..18b6a5b 100644 --- a/arch/x86/lir-printer.c +++ b/arch/x86/lir-printer.c @@ -446,6 +446,11 @@ static int print_sub_reg_reg(struct string *str, struct insn *insn) return print_reg_reg(str, insn); } +static int print_throw_reg_cu(struct string *str, struct insn *insn) +{ + print_func_name(str); + return print_reg(str, &insn->operand); +} static int print_xor_membase_reg(struct string *str, struct insn *insn) { @@ -513,6 +518,7 @@ static print_insn_fn insn_printers[] = { [INSN_SUB_IMM_REG] = print_sub_imm_reg, [INSN_SUB_MEMBASE_REG] = print_sub_membase_reg, [INSN_SUB_REG_REG] = print_sub_reg_reg, + [INSN_THROW_REG_CU] = print_throw_reg_cu, [INSN_XOR_MEMBASE_REG] = print_xor_membase_reg, [INSN_XOR_IMM_REG] = print_xor_imm_reg, }; -- 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 asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel