Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix an op name.
  • Loading branch information
jnthn committed May 10, 2013
1 parent dcc4c3e commit 863ea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java
Expand Up @@ -3171,7 +3171,7 @@ public static SixModelObject hllize(SixModelObject obj, ThreadContext tc) {
System.err.println("Warning: HLL mapping NYI");
return obj;
}
public static SixModelObject hllize(SixModelObject obj, String language, ThreadContext tc) {
public static SixModelObject hllizefor(SixModelObject obj, String language, ThreadContext tc) {
HLLConfig wanted = tc.gc.getHLLConfigFor(language);
if (obj.st.hllOwner == wanted)
return obj;
Expand Down

0 comments on commit 863ea92

Please sign in to comment.