comment fix
authorIan Lance Taylor <ian@airs.com>
Mon, 30 Mar 1998 16:02:18 +0000 (16:02 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 30 Mar 1998 16:02:18 +0000 (16:02 +0000)
include/opcode/i386.h

index c89cf185a3340700299245d9653de54be75368c8..d238e6e9c75aef23e0330b45d4f36f2e8da4acd1 100644 (file)
@@ -35,7 +35,7 @@ static const template i386_optab[] = {
 /* The next instruction accepts WordReg so that `movl %gs,%esi' can be
    used to move a segment register to a 32 bit register without using
    a size prefix, which works although Intel does not document it.  I
-   think it clobbers the upper 16 bits in the 32 bit register.  */
+   think it zeroes the upper 16 bits in the 32 bit register.  */
 { "mov", 2, 0x8c, _, D|Modrm,  { SReg3|SReg2, WordReg|WordMem, 0 } },
 /* move to/from control debug registers */
 { "mov", 2, 0x0f20, _, D|Modrm, { Control, Reg32, 0} },
This page took 0.024296 seconds and 4 git commands to generate.