We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be8d52 commit 0909f6fCopy full SHA for 0909f6f
1 file changed
include/tcg/tb.h
@@ -68,7 +68,7 @@ struct TranslationBlock {
68
size <= TARGET_PAGE_SIZE) */
69
70
#define CF_COUNT_MASK 0x00007fff
71
-#define CF_LAST_IO 0x00008000 /* Last insn may be an IO access. */
+#define CF_LAST_IO 0x00008000 /* Last insn may be an IO access. */
72
#define CF_NOCACHE 0x00010000 /* To be freed after execution */
73
#define CF_HAS_INTERRUPT_EXIT 0x00020000 /* The TB has a prologue to handle quick CPU loop exit */
74
#define CF_INVALID 0x00040000 /* TB is stale. Set with @jmp_lock held */
0 commit comments