Fix missing VERITY_HASH_OFFSET on amd64
This commit is contained in:
parent
e2e860614f
commit
490d38ffc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue