X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_xed.c;h=e6de1e1bb6e8ba6a3cb608de8893de470df32cf6;hb=75aa9d6205930057dc8163238d325558bcb1fd9b;hp=6d5a97cda6f644dd91b7694583afa2d7ca13eced;hpb=3574c981404a1c812d369132db09ec2a27d59a5d;p=palacios-OLD.git diff --git a/palacios/src/palacios/vmm_xed.c b/palacios/src/palacios/vmm_xed.c index 6d5a97c..e6de1e1 100644 --- a/palacios/src/palacios/vmm_xed.c +++ b/palacios/src/palacios/vmm_xed.c @@ -608,7 +608,7 @@ static int get_memory_operand(struct guest_info * info, xed_decoded_inst_t * xe static int xed_reg_to_v3_reg(struct guest_info * info, xed_reg_enum_t xed_reg, addr_t * v3_reg, uint_t * reg_len) { - PrintError("Xed Register: %s\n", xed_reg_enum_t2str(xed_reg)); + // PrintError("Xed Register: %s\n", xed_reg_enum_t2str(xed_reg)); switch (xed_reg) { case XED_REG_INVALID: