From: Jack Lange Date: Fri, 3 Oct 2008 20:24:44 +0000 (-0500) Subject: fixed missing #endif X-Git-Tag: 1.0~5 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=657edaf0edf3663843b64570c33ba1aaf9364ff0;p=palacios.git fixed missing #endif --- diff --git a/palacios/include/palacios/vmcs_gen.h b/palacios/include/palacios/vmcs_gen.h index 8923544..6ac9108 100644 --- a/palacios/include/palacios/vmcs_gen.h +++ b/palacios/include/palacios/vmcs_gen.h @@ -802,3 +802,5 @@ void PrintTrace_HOST_RIP(); void PrintTrace_VMCS_ALL(); #endif + +#endif