Skip to content

Commit

Permalink
Use 64-bit definitions for Aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Aug 17, 2024
1 parent 720ae46 commit d451500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/vdso_symbols.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "util.h"

#ifdef __x86_64__
#if defined(__x86_64__) || defined(__aarch64__)
typedef Elf64_Ehdr Ehdr;
typedef Elf64_Shdr Shdr;
typedef Elf64_Sym Sym;
Expand Down

0 comments on commit d451500

Please sign in to comment.