Fix missing VERITY_HASH_OFFSET on amd64

This commit is contained in:
Benjamin Gilbert 2017-01-30 12:15:16 -08:00 committed by David Michael
parent df45313e15
commit 3626296357
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#if defined(__aarch64__)
# define VERITY_HASH_OFFSET 512
#elif defined(__i386__)
#elif defined(__i386__) || defined(__amd64__)
# define VERITY_HASH_OFFSET 0x40
#else
# error Unsupported arch