Skip to content
This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Commit 0909f6f

Browse files
fixup! tb.h: arm tb needs CF_LAST_IO
1 parent 8be8d52 commit 0909f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tcg/tb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct TranslationBlock {
6868
size <= TARGET_PAGE_SIZE) */
6969

7070
#define CF_COUNT_MASK 0x00007fff
71-
#define CF_LAST_IO 0x00008000 /* Last insn may be an IO access. */
71+
#define CF_LAST_IO 0x00008000 /* Last insn may be an IO access. */
7272
#define CF_NOCACHE 0x00010000 /* To be freed after execution */
7373
#define CF_HAS_INTERRUPT_EXIT 0x00020000 /* The TB has a prologue to handle quick CPU loop exit */
7474
#define CF_INVALID 0x00040000 /* TB is stale. Set with @jmp_lock held */

0 commit comments

Comments
 (0)