blob: 6ab15e50e2b8851c92ca173520e2066e089b0f6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libcpu/i386_disasm.c 2015-08-21 14:22:37.000000000 +0200
+++ libcpu/i386_disasm.c 2015-11-20 06:30:59.250629957 +0100
@@ -710,6 +710,7 @@
case 'm':
/* Mnemonic. */
+ str = mnebuf;
if (unlikely (instrtab[cnt].mnemonic == MNE_INVALID))
{
|