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

Commit f4c2844

Browse files
tb.h: arm tb needs CF_LAST_IO
Signed-off-by: chaojixx <wpz5080@psu.edu>
1 parent 47e7fe6 commit f4c2844

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/tcg/tb.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +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. */
7172
#define CF_NOCACHE 0x00010000 /* To be freed after execution */
7273
#define CF_HAS_INTERRUPT_EXIT 0x00020000 /* The TB has a prologue to handle quick CPU loop exit */
7374
#define CF_INVALID 0x00040000 /* TB is stale. Set with @jmp_lock held */

0 commit comments

Comments
 (0)