From 579ae99d1b96f44709a4b4396d59d3e15bda26f7 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 24 Jun 2024 17:34:02 +0200 Subject: [ARM64_DYNAREC] Added 0F C7 /6 opcode, with hardware support if present --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/debug.h b/src/include/debug.h index 4af3b0cb..a6892097 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -47,6 +47,7 @@ extern int arm64_uscat; extern int arm64_flagm; extern int arm64_flagm2; extern int arm64_frintts; +extern int arm64_rndr; #elif defined(RV64) extern int rv64_zba; extern int rv64_zbb; -- cgit 1.4.1