Skip to content

Commit

Permalink
Always initialize all properties for jit block
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Feb 10, 2014
1 parent b6e028a commit 5687d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/llvm/jit_block.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ namespace jit {
public:
BlockBuilder(Context* ctx, JITMethodInfo& info)
: Builder(ctx, info)
, module_(NULL)
, inv_flags_(NULL)
{}

void initialize_frame(int stack_size);
Expand Down

0 comments on commit 5687d65

Please sign in to comment.