mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Fix typos in comments (accross -> across)
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
cbae0863d6
commit
5225d66921
3 changed files with 4 additions and 4 deletions
|
@ -117,7 +117,7 @@ void do_interrupt(CPUState *env)
|
|||
{
|
||||
uint32_t t;
|
||||
|
||||
/* IMM flag cannot propagate accross a branch and into the dslot. */
|
||||
/* IMM flag cannot propagate across a branch and into the dslot. */
|
||||
assert(!((env->iflags & D_FLAG) && (env->iflags & IMM_FLAG)));
|
||||
assert(!(env->iflags & (DRTI_FLAG | DRTE_FLAG | DRTB_FLAG)));
|
||||
/* assert(env->sregs[SR_MSR] & (MSR_EE)); Only for HW exceptions. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue