instructions which want their operands to look like "Ra,disp(Rb)". */
#define AXP_OPERAND_PARENS 02
-/* Used in combination with PARENS, this supresses the supression of
+/* Used in combination with PARENS, this suppresses the suppression of
the comma. This is used for "jmp Ra,(Rb),hint". */
#define AXP_OPERAND_COMMA 04
a flags value of 0 can be treated as end-of-arguments. */
#define AXP_OPERAND_UNSIGNED 0200
-/* Supress overflow detection on this field. This is used for hints. */
+/* Suppress overflow detection on this field. This is used for hints. */
#define AXP_OPERAND_NOOVERFLOW 0400
/* Mask for optional argument default value. */
/* We've given up on this device. */
#define VIRTIO_CONFIG_S_FAILED 0x80
-/* We notify when the ring is completely used, even if the guest is supressing
+/* We notify when the ring is completely used, even if the guest is suppressing
* callbacks */
#define VIRTIO_F_NOTIFY_ON_EMPTY 24
/* We support indirect buffer descriptors */
if (opc == 3)
data_reg2 = *args++;
else
- data_reg2 = 0; /* surpress warning */
+ data_reg2 = 0; /* suppress warning */
addr_reg = *args++;
#ifdef CONFIG_SOFTMMU
# if TARGET_LONG_BITS == 64
if (opc == 3)
data_reg2 = *args++;
else
- data_reg2 = 0; /* surpress warning */
+ data_reg2 = 0; /* suppress warning */
addr_reg = *args++;
#ifdef CONFIG_SOFTMMU
# if TARGET_LONG_BITS == 64
if (opc == 3)
data_reg2 = *args++;
else
- data_reg2 = 0; /* surpress warning */
+ data_reg2 = 0; /* suppress warning */
addr_reg = *args++;
#if TARGET_LONG_BITS == 64
addr_reg2 = *args++;
if (opc == 3)
data_reg2 = *args++;
else
- data_reg2 = 0; /* surpress warning */
+ data_reg2 = 0; /* suppress warning */
addr_reg = *args++;
#if TARGET_LONG_BITS == 64
addr_reg2 = *args++;