mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Fix spelling in comments (intruction -> instruction)
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
7ba4cbbf2e
commit
5ba185473b
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
to test intruction decoding more extensively */
|
||||
to test instruction decoding more extensively */
|
||||
#define CVT_OP_XMM2MMX(op)\
|
||||
{\
|
||||
asm volatile (#op " %1, %0" : "=y" (r.q[0]) : "x" (a.dq) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue