aboutsummaryrefslogtreecommitdiffstats
path: root/exec-all.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-30 17:22:19 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-30 17:22:19 +0000
commitbf20dc076b30e474635679e167c3ac04b656bb63 (patch)
tree1674ae594e1150a81b6d54a553529b82b3144e5d /exec-all.h
parentb3c7724cbc70109630227c92df2d59deca4dab64 (diff)
Spelling fixes, spotted by Stuart Brady.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4809 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec-all.h b/exec-all.h
index b16937000..4469e95c8 100644
--- a/exec-all.h
+++ b/exec-all.h
@@ -372,7 +372,7 @@ static inline target_ulong get_phys_addr_code(CPUState *env1, target_ulong addr)
return addr + env1->tlb_table[mmu_idx][page_index].addend - (unsigned long)phys_ram_base;
}
-/* Deterministic execution requires that IO only be performaed on the last
+/* Deterministic execution requires that IO only be performed on the last
instruction of a TB so that interrupts take effect immediately. */
static inline int can_do_io(CPUState *env)
{