Skip to content

Commit

Permalink
Add missing AARCH64 check in System.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Oct 7, 2024
1 parent 88849ee commit ab8dba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libhat/System.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace hat {

using system_info_impl = system_info_x86;
}
#elif defined(LIBHAT_ARM)
#elif defined(LIBHAT_ARM) || defined(LIBHAT_AARCH64)
namespace hat {

struct system_info_arm : hat::system_info {
Expand Down

0 comments on commit ab8dba3

Please sign in to comment.