From 13b8c6ed57f3606acaa2da13bf5cfcf94c259b02 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 19 Apr 2015 11:47:05 +0200 Subject: [PATCH] Fix duplicate and missing prefix --- docs/manual/libudis86.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/libudis86.rst b/docs/manual/libudis86.rst index 67e1085..e8d42f5 100644 --- a/docs/manual/libudis86.rst +++ b/docs/manual/libudis86.rst @@ -492,10 +492,6 @@ Prefix bytes that affect the disassembly of the instruction are availabe in the following fields, each of which corressponds to a particular type or class of prefixes. -.. c:member:: uint8_t ud_t.pfx_rex - - 64-bit mode REX prefix - .. c:member:: uint8_t ud_t.pfx_rex 64-bit mode REX prefix @@ -516,6 +512,10 @@ prefixes. Lock prefix +.. c:member:: uint8_t ud_t.pfx_str + + String prefix + .. c:member:: uint8_t ud_t.pfx_rep Rep prefix