X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=8bdf0c0dcf985b562cc04db8f8b28c9388fe7a61;hb=856dabe4e139e3b42e2956f85e562aa922d66f2e;hp=224bc33ca15cf6e467555f4938543dd7064f5336;hpb=f9bb3db89469169bb5775dc031d89e570c6fed70;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 224bc33..8bdf0c0 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -1,5 +1,5 @@ -/* Northwestern University */ /* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef __VM_GUEST_H #define __VM_GUEST_H @@ -157,7 +157,7 @@ void PrintV3Segments(struct guest_info * info); void PrintV3CtrlRegs(struct guest_info * info); void PrintV3GPRs(struct guest_info * info); -#endif +#endif // ! __V3VEE__