diff dmd/AsmStatement.d @ 25:3f834bed4f13

FWindows linking issues fixed
author korDen
date Tue, 13 Apr 2010 00:38:04 +0400
parents 10317f0c89a5
children 05f02c19bd81
line wrap: on
line diff
--- a/dmd/AsmStatement.d	Mon Apr 12 17:02:32 2010 +0100
+++ b/dmd/AsmStatement.d	Tue Apr 13 00:38:04 2010 +0400
@@ -58,6 +58,8 @@
     Statement semantic(Scope sc)
 	{
 		//printf("AsmStatement.semantic()\n");
+		
+		std.stdio.writeln("semantic");
 
 		if (global.params.safe && !sc.module_.safe)
 		{