disasm: Fix segment prefix name

http://bugzilla.nasm.us/show_bug.cgi?id=3392322

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2015-09-13 17:16:06 +03:00
parent 8ab77b59e2
commit b0b969eec4

View File

@ -1684,7 +1684,7 @@ int32_t eatbyte(uint8_t *data, char *output, int outbufsize, int segsize)
str = "ss";
break;
case 0x3E:
str = "ss";
str = "ds";
break;
case 0x26:
str = "es";