diff options
Diffstat (limited to 'target-i386/translate.c')
-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) { |