Update pmt.h
This commit is contained in:
@@ -28,7 +28,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* compiler architecture if arm is not 32-bit or 64-bit, the compilation is stopped */
|
/* compiler architecture if arm is not 32-bit or 64-bit, the compilation is stopped */
|
||||||
#if ! defined __aarch64__ || __aarch32__ || __armv8__ || __armv7l__ || armv7l
|
#if ! defined __aarch64__ || __aarch32__ || __armv8__ || __armv7l__
|
||||||
#error "only 32-bit or 64-bit arm compilers can be used"
|
#error "only 32-bit or 64-bit arm compilers can be used"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user