diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-06-24 17:34:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-06-24 17:34:02 +0200 |
| commit | 579ae99d1b96f44709a4b4396d59d3e15bda26f7 (patch) | |
| tree | c1bed6fe2c904d7f4b711bc4d6ad49d5fdefe209 /src/include/debug.h | |
| parent | fa702c0240d0741def3955697067b562cc7a7fcd (diff) | |
| download | box64-579ae99d1b96f44709a4b4396d59d3e15bda26f7.tar.gz box64-579ae99d1b96f44709a4b4396d59d3e15bda26f7.zip | |
[ARM64_DYNAREC] Added 0F C7 /6 opcode, with hardware support if present
Diffstat (limited to 'src/include/debug.h')
| -rw-r--r-- | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |