@@ -324,17 +324,17 @@ char MasmPrefixes[nbMemoryTypes][16] = {
324324char NasmPrefixes [nbMemoryTypes ][8 ] = {
325325 "byte " , /* GV.MemDecoration == 1 */
326326 "word " , /* GV.MemDecoration == 2 */
327- " " , /* GV.MemDecoration == 3 */
327+ "" , /* GV.MemDecoration == 3 */
328328 "qword " , /* GV.MemDecoration == 4 */
329- " " , /* GV.MemDecoration == 5 (multibytes) */
329+ "" , /* GV.MemDecoration == 5 (multibytes) */
330330 "tword " , /* GV.MemDecoration == 6 */
331- " " , /* GV.MemDecoration == 7 (fword) */
332- " " , /* GV.MemDecoration == 8 (dqword) */
333- " " , /* GV.MemDecoration == 9 */
334- " " , /* GV.MemDecoration == 10 */
335- " " , /* GV.MemDecoration == 11 */
336- " " , /* GV.MemDecoration == 12 */
337- " " /* GV.MemDecoration == 13 */
331+ "" , /* GV.MemDecoration == 7 (fword) */
332+ "" , /* GV.MemDecoration == 8 (dqword) */
333+ "" , /* GV.MemDecoration == 9 */
334+ "" , /* GV.MemDecoration == 10 */
335+ "" , /* GV.MemDecoration == 11 */
336+ "" , /* GV.MemDecoration == 12 */
337+ "" /* GV.MemDecoration == 13 */
338338};
339339
340340
0 commit comments