# HG changeset patch # User thomask # Date 1185215795 0 # Node ID 111a9895f8633cc156f04d8951d3fdcbcdce2102 # Parent ab3b56fdd9ab615baf9ba169fbc5ed2a951f18c6 [Issue 1334] Missing closing bracket in asm_offset_01_A, line 37 Russ Lewis 2007-07-11 diff -r ab3b56fdd9ab -r 111a9895f863 run/a/asm_offset_01_A.d --- 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);