From c9177ec2596044fcfce619994a94c41228285bbe Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 18 Oct 2023 17:46:31 +0200 Subject: [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions --- src/include/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/debug.h') diff --git a/src/include/debug.h b/src/include/debug.h index a426a19a..f50e8554 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -37,6 +37,8 @@ extern int arm64_aes; extern int arm64_pmull; extern int arm64_crc32; extern int arm64_atomics; +extern int arm64_flagm; +extern int arm64_flagm2; #elif defined(RV64) extern int rv64_zba; extern int rv64_zbb; -- cgit 1.4.1