comparison run/a/asm_offset_01_A.d @ 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 596115f20776
children
comparison
equal deleted inserted replaced
1544:ab3b56fdd9ab 1545:111a9895f863
32 } 32 }
33 }else static if(size_t.sizeof == 8){ 33 }else static if(size_t.sizeof == 8){
34 asm{ 34 asm{
35 mov RAX, offset b; 35 mov RAX, offset b;
36 mov y, RAX; 36 mov y, RAX;
37 }
37 }else{ 38 }else{
38 pragma(msg, "DSTRESS{ERROR}: unsupported pointer size"); 39 pragma(msg, "DSTRESS{ERROR}: unsupported pointer size");
39 static assert(0); 40 static assert(0);
40 } 41 }
41 42