changeset 1545:111a9895f863

[Issue 1334] Missing closing bracket in asm_offset_01_A, line 37 Russ Lewis <webmaster@villagersonline.com> 2007-07-11
author thomask
date Mon, 23 Jul 2007 18:36:35 +0000
parents ab3b56fdd9ab
children f425ddcbbcd6
files run/a/asm_offset_01_A.d
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/run/a/asm_offset_01_A.d	Sun Jul 01 13:22:46 2007 +0000
+++ b/run/a/asm_offset_01_A.d	Mon Jul 23 18:36:35 2007 +0000
@@ -34,6 +34,7 @@
 			asm{
 				mov RAX, offset b;
 				mov y, RAX;
+			}
 		}else{
 			pragma(msg, "DSTRESS{ERROR}: unsupported pointer size");
 			static assert(0);