mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2927 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6d9db39cd9
commit
e91c8a7783
11 changed files with 16 additions and 15 deletions
|
@ -6431,7 +6431,7 @@ static void optimize_flags(uint16_t *opc_buf, int opc_buf_len)
|
|||
|
||||
opc_ptr = opc_buf + opc_buf_len;
|
||||
/* live_flags contains the flags needed by the next instructions
|
||||
in the code. At the end of the bloc, we consider that all the
|
||||
in the code. At the end of the block, we consider that all the
|
||||
flags are live. */
|
||||
live_flags = CC_OSZAPC;
|
||||
while (opc_ptr > opc_buf) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue