Navigation Menu

Skip to content

Commit

Permalink
Make sure to reset root to NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Sep 10, 2012
1 parent 45f30dd commit a72e3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/llvm/jit_compiler.cpp
Expand Up @@ -166,6 +166,7 @@ namespace jit {
work.setup();

compile_builder(ctx_, ls, info, work);
ctx_.set_root(NULL);
}

void Compiler::compile_method(LLVMState* ls, BackgroundCompileRequest* req) {
Expand Down

0 comments on commit a72e3eb

Please sign in to comment.