Reported by: Danny Reeves <danny_reeves@hotmail.com>
svn path=/trunk/yasm/; revision=1646
&dvo->data.raw.contents[len],
1);
} else {
+ if (len > 0)
+ dvo = STAILQ_NEXT(dvo, link);
dvo->type = dv->type;
dvo->data.val = dv->data.val; /* structure copy */
dvo->data.val.size = size*8; /* remember size */
EXTRA_DIST += libyasm/tests/absloop-err.errwarn
EXTRA_DIST += libyasm/tests/charconst64.asm
EXTRA_DIST += libyasm/tests/charconst64.hex
+EXTRA_DIST += libyasm/tests/data-rawvalue.asm
+EXTRA_DIST += libyasm/tests/data-rawvalue.hex
EXTRA_DIST += libyasm/tests/duplabel-err.asm
EXTRA_DIST += libyasm/tests/duplabel-err.errwarn
EXTRA_DIST += libyasm/tests/emptydata.asm
--- /dev/null
+x db 0
+dd 0,x,0
+
--- /dev/null
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00