386_common: Optimize I/O permission checking for word and dword operations (based on qemu)
This commit is contained in:
@@ -642,7 +642,7 @@ extern void cpu_CPUID(void);
|
||||
extern void cpu_RDMSR(void);
|
||||
extern void cpu_WRMSR(void);
|
||||
|
||||
extern int checkio(uint32_t port);
|
||||
extern int checkio(uint32_t port, int mask);
|
||||
extern void codegen_block_end(void);
|
||||
extern void codegen_reset(void);
|
||||
extern void cpu_set_edx(void);
|
||||
|
||||
Reference in New Issue
Block a user