Typo aarch64

This commit is contained in:
Matthew Parkinson
2020-03-18 14:49:20 +00:00
parent 0b278747c7
commit 1352b28e82

View File

@@ -1,6 +1,6 @@
#pragma once
#if defined(__arch64__)
#if defined(__aarch64__)
# define SNMALLOC_VA_BITS_64
#else
# define SNMALLOC_VA_BITS_32