And in cpu.h.

This commit is contained in:
Miran Grča
2024-04-25 19:11:25 +02:00
committed by GitHub
parent 8928f5d771
commit 54178355b8

View File

@@ -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);