diff options
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 926f776de88..de3f245cb54 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -10307,6 +10307,7 @@ swap_operand (void) { mnemonicendp[0] = '.'; mnemonicendp[1] = 's'; + mnemonicendp[2] = '\0'; mnemonicendp += 2; } |