Skip to content

Commit

Permalink
Add "private" _get_ptr to fetch underlying pointer.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek authored and Reini Urban committed Oct 2, 2012
1 parent 7103124 commit f6de3cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/parrot/library/LLVM/Module.pm
Expand Up @@ -15,6 +15,8 @@ class LLVM::Module {
method dump() {
%LLVM::F<LLVMDumpModule>($!ref);
}

method _get_ptr() { $!ref };
};

# vim: ft=perl6

0 comments on commit f6de3cf

Please sign in to comment.