Skip to content

Commit

Permalink
Fixed building with LLVM disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford authored and Evan Phoenix committed Jan 5, 2010
1 parent 52fcdf7 commit a7faf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vmmethod.cpp
Expand Up @@ -89,8 +89,8 @@ namespace rubinius {
, native_function(NULL)
#ifdef ENABLE_LLVM
, llvm_function_(NULL)
#endif
, jitted_impl_(NULL)
#endif
{
meth->set_executor(&VMMethod::execute);

Expand Down

0 comments on commit a7faf01

Please sign in to comment.