From 54178355b84ccaef580548ddd5f7dcea7f6959ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miran=20Gr=C4=8Da?= Date: Thu, 25 Apr 2024 19:11:25 +0200 Subject: [PATCH] And in cpu.h. --- src/cpu/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpu/cpu.h b/src/cpu/cpu.h index 16a9eba10..900d3d7e1 100644 --- a/src/cpu/cpu.h +++ b/src/cpu/cpu.h @@ -830,6 +830,7 @@ extern int lock_legal_f6[8]; extern int lock_legal_fe[8]; extern int in_lock; +extern int cpu_override_interpreter; extern int is_lock_legal(uint32_t fetchdat);