| commit | 3929939ec6ba292d58d2e125e763fbbdd3abab90 | [log] [tgz] |
|---|---|---|
| author | Martin Storsjö <martin@martin.st> | Tue Apr 18 13:48:29 2023 +0300 |
| committer | Martin Storsjö <martin@martin.st> | Mon Apr 24 10:42:43 2023 +0300 |
| tree | 11a7243abab9b35571f9a72191f75de9c022314d | |
| parent | 70ec1e0de44f3cbed2064c08e1620ff0a7916cd1 [diff] |
headers: Define IMAGE_RUNTIME_FUNCTION_ENTRY for aarch64 We've had a definition of IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY since 0f9569488ba7e48472183765a7ae6555ed990f4a in 2018, but we missed the definition of the generic IMAGE_RUNTIME_FUNCTION_ENTRY to point to the arch specific version of it. The shorter names RUNTIME_FUNCTION and PRUNTIME_FUNCTION already are typedefs for IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY though. Signed-off-by: Martin Storsjö <martin@martin.st>