From 84608fc581546076d6a34ae18c864eb8cde6ddae Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 25 Nov 2024 18:28:19 +0800 Subject: [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070) * [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions * Use sevl for wfe * Add docs * Fix typo * use switch case --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') diff --git a/src/include/debug.h b/src/include/debug.h index be8e0110..cbaab9db 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -28,6 +28,7 @@ extern int box64_dynarec_bigblock; extern int box64_dynarec_forward; extern int box64_dynarec_strongmem; extern int box64_dynarec_weakbarrier; +extern int box64_dynarec_pause; extern int box64_dynarec_fastnan; extern int box64_dynarec_fastround; extern int box64_dynarec_x87double; -- cgit 1.4.1