mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
33b23b4b5e
commit
67cc32ebfd
35 changed files with 47 additions and 48 deletions
|
@ -151,7 +151,7 @@ typedef struct CPUCRISState {
|
|||
uint32_t sregs[4][16];
|
||||
|
||||
/* Linear feedback shift reg in the mmu. Used to provide pseudo
|
||||
randomness for the 'hint' the mmu gives to sw for chosing valid
|
||||
randomness for the 'hint' the mmu gives to sw for choosing valid
|
||||
sets on TLB refills. */
|
||||
uint32_t mmu_rand_lfsr;
|
||||
|
||||
|
|
|
@ -102,9 +102,9 @@ typedef struct DisasContext {
|
|||
|
||||
int cc_size_uptodate; /* -1 invalid or last written value. */
|
||||
|
||||
int cc_x_uptodate; /* 1 - ccs, 2 - known | X_FLAG. 0 not uptodate. */
|
||||
int flags_uptodate; /* Wether or not $ccs is uptodate. */
|
||||
int flagx_known; /* Wether or not flags_x has the x flag known at
|
||||
int cc_x_uptodate; /* 1 - ccs, 2 - known | X_FLAG. 0 not up-to-date. */
|
||||
int flags_uptodate; /* Whether or not $ccs is up-to-date. */
|
||||
int flagx_known; /* Whether or not flags_x has the x flag known at
|
||||
translation time. */
|
||||
int flags_x;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue