From 5e39fdcdc92bac2bddef45bce8b8797364e211c3 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Wed, 10 Apr 2024 01:02:06 +0300 Subject: [PATCH] pmt: add arm defination controller --- binary/include/pmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/include/pmt.h b/binary/include/pmt.h index 3f03569..424f014 100644 --- a/binary/include/pmt.h +++ b/binary/include/pmt.h @@ -28,7 +28,7 @@ extern "C" { #endif /* compiler architecture if arm is not 32-bit or 64-bit, the compilation is stopped */ -#if ! defined __aarch64__ || __aarch32__ || __armv8__ || __armv7l__ || __arm__ +#if ! defined __arm__ || __aarch64__ || __aarch32__ || __armv8__ || __armv7l__ #error "only 32-bit or 64-bit arm compilers can be used" #endif