Skip to content

Commit

Permalink
Fix type for value
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Oct 7, 2013
1 parent 9a8a402 commit a7974cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/llvm/types.hpp
Expand Up @@ -120,7 +120,7 @@ namespace rubinius {
return kind_;
}

int value() {
uintptr_t value() {
return value_;
}

Expand Down

0 comments on commit a7974cf

Please sign in to comment.