summaryrefslogtreecommitdiffstats
path: root/tboot/vmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'tboot/vmac.c')
-rw-r--r--tboot/vmac.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tboot/vmac.c b/tboot/vmac.c
index be234ed..f44dce7 100644
--- a/tboot/vmac.c
+++ b/tboot/vmac.c
@@ -17,8 +17,9 @@
#include <efibase.h>
#include <types.h>
#include <vmac.h>
-/*#define UINT64_C(x) x##ULL*/
-/* end for tboot */
+#ifndef UINT64_C
+#define UINT64_C(x) x##ULL
+#endif
/* Enable code tuned for 64-bit registers; otherwise tuned for 32-bit */
#ifndef VMAC_ARCH_64