diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 13:35:16 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 13:35:16 +0000 |
commit | e91c8a778349982eb49fd319ab6506911e2d837e (patch) | |
tree | 4c12e093e72dc6147139463d31fba275f2e6dd03 /target-i386 | |
parent | 6d9db39cd9c31084ab782f6ffd2d67e606fb0802 (diff) | |
download | qemu-e91c8a778349982eb49fd319ab6506911e2d837e.zip |
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2927 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/translate.c b/target-i386/translate.c index e36e03d820..96e72c9dd8 100644 --- a/target-i386/translate.c +++ b/target-i386/translate.c @@ -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) { |