diff gen/CodeGen.d @ 174:20ff3c31f600

Putting symbol on MemberRef -calls.
author Anders Johnsen <skabet@gmail.com>
date Thu, 24 Jul 2008 21:06:42 +0200
parents 50b98a06a200
children c8e26556c24d
line wrap: on
line diff
--- a/gen/CodeGen.d	Thu Jul 24 20:40:04 2008 +0200
+++ b/gen/CodeGen.d	Thu Jul 24 21:06:42 2008 +0200
@@ -368,6 +368,7 @@
                 DFunction ftype = type.asFunction();
                 Type llvm_ftype = llvm(ftype);
                 Value f = null;
+                Stdout(callExp.callSym).newline;
                 if (callExp.callSym is null)
                 {
                     // Do a virtual function call