X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=ebd0d90b1f8713277cb9fd370f3e67ec1212673f;hb=c2e660b41f69c603b0c47f7c7572a22a2f601a51;hp=ecad47f245be51efa7e6e70214486889248ca8c6;hpb=cafbc1318c847b8c18e2036dc56be7af7acefa4e;p=palacios.git diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index ecad47f..ebd0d90 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -34,7 +34,7 @@ /* utility definitions */ -#if VMM_DEBUG +#ifdef VMM_DEBUG #define PrintDebug(fmt, args...) \ do { \ extern struct vmm_os_hooks * os_hooks; \ @@ -58,7 +58,7 @@ -#if VMM_INFO +#ifdef VMM_INFO #define PrintInfo(fmt, args...) \ do { \ extern struct vmm_os_hooks * os_hooks; \ @@ -71,7 +71,7 @@ #endif -#if VMM_TRACE +#ifdef VMM_TRACE #define PrintTrace(fmt, args...) \ do { \ extern struct vmm_os_hooks * os_hooks; \