X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_debug.h;h=f3eb0134d9fc36eab62c6dcd04ba44a5cb41d1ce;hb=87bd3921fe6a17138bdba3a41b501a8d620cb48a;hp=c77e5bacaa8fc3949176a8c87764aa2c490c50ea;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;p=palacios.git diff --git a/palacios/include/palacios/vmm_debug.h b/palacios/include/palacios/vmm_debug.h index c77e5ba..f3eb013 100644 --- a/palacios/include/palacios/vmm_debug.h +++ b/palacios/include/palacios/vmm_debug.h @@ -120,8 +120,8 @@ struct dr7_64 { -void PrintDebugHex(unsigned char x); -void PrintDebugMemDump(unsigned char *start, int n); +void PrintDebugHex(uchar_t x); +void PrintDebugMemDump(uchar_t * start, int n);