提交 5ba18547 编写于 作者: S Stefan Weil 提交者: Stefan Hajnoczi

Fix spelling in comments (intruction -> instruction)

Signed-off-by: NStefan Weil <weil@mail.berlios.de>
Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
上级 7ba4cbbf
...@@ -237,7 +237,7 @@ void cpu_loop(CPUX86State *env) ...@@ -237,7 +237,7 @@ void cpu_loop(CPUX86State *env)
break; break;
#ifndef TARGET_ABI32 #ifndef TARGET_ABI32
case EXCP_SYSCALL: case EXCP_SYSCALL:
/* syscall from syscall intruction */ /* syscall from syscall instruction */
if (bsd_type == target_freebsd) if (bsd_type == target_freebsd)
env->regs[R_EAX] = do_freebsd_syscall(env, env->regs[R_EAX] = do_freebsd_syscall(env,
env->regs[R_EAX], env->regs[R_EAX],
......
...@@ -323,7 +323,7 @@ void cpu_loop(CPUX86State *env) ...@@ -323,7 +323,7 @@ void cpu_loop(CPUX86State *env)
break; break;
#ifndef TARGET_ABI32 #ifndef TARGET_ABI32
case EXCP_SYSCALL: case EXCP_SYSCALL:
/* linux syscall from syscall intruction */ /* linux syscall from syscall instruction */
env->regs[R_EAX] = do_syscall(env, env->regs[R_EAX] = do_syscall(env,
env->regs[R_EAX], env->regs[R_EAX],
env->regs[R_EDI], env->regs[R_EDI],
......
...@@ -2281,7 +2281,7 @@ void test_sse_comi(double a1, double b1) ...@@ -2281,7 +2281,7 @@ void test_sse_comi(double a1, double b1)
} }
/* Force %xmm0 usage to avoid the case where both register index are 0 /* Force %xmm0 usage to avoid the case where both register index are 0
to test intruction decoding more extensively */ to test instruction decoding more extensively */
#define CVT_OP_XMM2MMX(op)\ #define CVT_OP_XMM2MMX(op)\
{\ {\
asm volatile (#op " %1, %0" : "=y" (r.q[0]) : "x" (a.dq) \ asm volatile (#op " %1, %0" : "=y" (r.q[0]) : "x" (a.dq) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册