mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-10 15:17:32 +00:00
include/exec/cpu-defs.h: fix typo
Backports commit 1eb21c428b1e8c9845c82c152a75d046fb19d6fe from qemu
This commit is contained in:
parent
f4be234ab8
commit
a2585ba590
|
@ -200,7 +200,7 @@ typedef struct CPUTLBDesc {
|
|||
int invalid_error;
|
||||
|
||||
/*
|
||||
* This structure must be placed in ArchCPU immedately
|
||||
* This structure must be placed in ArchCPU immediately
|
||||
* before CPUArchState, as a field named "neg".
|
||||
*/
|
||||
typedef struct CPUNegativeOffsetState {
|
||||
|
|
Loading…
Reference in a new issue