X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fsvm_handler.h;h=8f9dc93862c0ed6af6dd69e48f5019855ee7051a;hp=4cab37ca9e2251a4db4e01a0808a7902072f4f9e;hb=2bfd0e9c8aa5d520e4207fd6cf50a5f50993e3ca;hpb=362391accc505b29d938e9d0a21bf6a28a8cee34 diff --git a/palacios/include/palacios/svm_handler.h b/palacios/include/palacios/svm_handler.h index 4cab37c..8f9dc93 100644 --- a/palacios/include/palacios/svm_handler.h +++ b/palacios/include/palacios/svm_handler.h @@ -193,7 +193,7 @@ int v3_handle_svm_exit(struct guest_info * info); -const uchar_t * vmexit_code_to_str(uint_t exit_code); +const char * vmexit_code_to_str(uint_t exit_code); #endif // ! __V3VEE__