Skip to content

Commit

Permalink
Fix independent FE compilation: genhelpers
Browse files Browse the repository at this point in the history
genhelpers was added to Module in commit
6d18826,
but not to gluestub.c.
  • Loading branch information
ltcmelo committed Jul 29, 2014
1 parent f527722 commit b676136
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gluestub.c
Expand Up @@ -211,6 +211,11 @@ void FuncDeclaration::toObjFile(bool multiobj)
assert(0);
}

void Module::genhelpers(bool iscomdat)
{
assert(0);
}

// msc

void backend_init()
Expand Down

0 comments on commit b676136

Please sign in to comment.