mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 09:49:02 +02:00
[svn r139] Fixed bug #33, thanks for the report :)
This commit is contained in:
@@ -831,7 +831,7 @@ llvm::Value* DtoNestedVariable(VarDeclaration* vd)
|
||||
{
|
||||
// log the frame list
|
||||
IRFunction* irfunc = gIR->func();
|
||||
if (Logger::enabled)
|
||||
if (Logger::enabled())
|
||||
print_nested_frame_list(vd, irfunc->decl);
|
||||
|
||||
// resolve frame ptr
|
||||
|
||||
Reference in New Issue
Block a user