X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fsvm_handler.h;h=8f9dc93862c0ed6af6dd69e48f5019855ee7051a;hb=0ab69a6bdddef0ae09d8beb82b9c6c051e1a564d;hp=4cab37ca9e2251a4db4e01a0808a7902072f4f9e;hpb=362391accc505b29d938e9d0a21bf6a28a8cee34;p=palacios.git 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__