]> Git Repo - qemu.git/blobdiff - cpu-defs.h
printf format fixes
[qemu.git] / cpu-defs.h
index 86557e442b4018ba217217f7674c2b8f96997488..8414aca2215e7fe8a964ef79dd772aa6086f54d8 100644 (file)
@@ -122,7 +122,7 @@ typedef struct CPUTLBEntry {
                                    written */                           \
     target_ulong mem_write_vaddr; /* target virtual addr at which the   \
                                      memory was written */              \
-    /* 0 = kernel, 1 = user */                                          \
+    /* The meaning of the MMU modes is defined in the target code. */   \
     CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE];                  \
     struct TranslationBlock *tb_jmp_cache[TB_JMP_CACHE_SIZE];           \
                                                                         \
This page took 0.020688 seconds and 4 git commands to generate.