X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_xed.c;h=cc25dc558e00210dce129820a715f0209fb15ee0;hp=bea0aaf9be31ddef3a71d347cbe9f6d6ac46a44f;hb=7cdedeb7a01b51c5242cce94924f2ea246008e7d;hpb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff diff --git a/palacios/src/palacios/vmm_xed.c b/palacios/src/palacios/vmm_xed.c index bea0aaf..cc25dc5 100644 --- a/palacios/src/palacios/vmm_xed.c +++ b/palacios/src/palacios/vmm_xed.c @@ -124,7 +124,7 @@ static int set_decoder_mode(struct guest_info * info, xed_state_t * state) { return 0; } -int is_flags_reg(xed_reg_enum_t xed_reg) { +static int is_flags_reg(xed_reg_enum_t xed_reg) { switch (xed_reg) { case XED_REG_FLAGS: case XED_REG_EFLAGS: @@ -137,7 +137,7 @@ int is_flags_reg(xed_reg_enum_t xed_reg) { -int init_decoder() { +int v3_init_decoder() { xed_tables_init(); xed_state_zero(&decoder_state); return 0;