diff gen/tocall.cpp @ 1213:9430d4959ab4

Fix a bug in nested context code that occured when calling a function nested in the outermost scope with a context frame from a function using a more nested context frame.
author Frits van Bommel <fvbommel wxs.nl>
date Mon, 13 Apr 2009 12:19:18 +0200
parents 83d3b25c2213
children 00a84912c689
line wrap: on
line diff
--- a/gen/tocall.cpp	Mon Apr 13 04:09:08 2009 +0200
+++ b/gen/tocall.cpp	Mon Apr 13 12:19:18 2009 +0200
@@ -452,6 +452,7 @@
                 if (Logger::enabled())
                 {
                     Logger::cout() << "arg:     " << *arg << '\n';
+                    Logger::cout() << "of type: " << *arg->getType() << '\n';
                     Logger::cout() << "expects: " << *callableTy->getParamType(j) << '\n';
                 }
             #endif