X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_ctrl_regs.c;h=cc11c04dd10197682a65bb6a8d4377080aa2da81;hp=894bfc2a0c7ba5dddebba72a4ea777a8b8939d1a;hb=976d67e1c6f988ca38ae83347859ccc86d485651;hpb=f4ba2c6bbcd720a0cd5f9ca9ca0b691656011fa7 diff --git a/palacios/src/palacios/vmm_ctrl_regs.c b/palacios/src/palacios/vmm_ctrl_regs.c index 894bfc2..cc11c04 100644 --- a/palacios/src/palacios/vmm_ctrl_regs.c +++ b/palacios/src/palacios/vmm_ctrl_regs.c @@ -229,7 +229,7 @@ int v3_handle_cr0_read(struct guest_info * info) { struct cr0_32 * dst_reg = (struct cr0_32 *)(dec_instr.dst_operand.operand); struct cr0_32 * shadow_cr0 = (struct cr0_32 *)&(info->ctrl_regs.cr0); - PrintDebug("MOVCR2 (mode=%s)\n", info->cpu_mode); + PrintDebug("MOVCR2 (mode=%s)\n", v3_cpu_mode_to_str(info->cpu_mode)); if (info->shdw_pg_mode == SHADOW_PAGING) { struct cr0_32 * guest_cr0 = (struct cr0_32 *)&(info->shdw_pg_state.guest_cr0);