mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
other architectures: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
673d821541
commit
8b81968c1c
29 changed files with 58 additions and 58 deletions
|
@ -231,7 +231,7 @@ static inline uint32_t evaluate_flags_writeback(CPUCRISState *env,
|
|||
{
|
||||
unsigned int x, z, mask;
|
||||
|
||||
/* Extended arithmetics, leave the z flag alone. */
|
||||
/* Extended arithmetic, leave the z flag alone. */
|
||||
x = env->cc_x;
|
||||
mask = env->cc_mask | X_FLAG;
|
||||
if (x) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue