Skip to content

Commit

Permalink
s/list/cache/ in jvm binder too
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Sep 11, 2015
1 parent 834c805 commit 3f8a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/runtime/org/perl6/rakudo/Binder.java
Expand Up @@ -355,7 +355,7 @@ else if (desiredNative == 0) {
* positional bind failover. */
if (nomType == gcx.Positional && arg_o == gcx.PositionalBindFailover) {
SixModelObject HOW = arg_o.st.HOW;
SixModelObject ig = Ops.findmethod(tc, HOW, "list");
SixModelObject ig = Ops.findmethod(tc, HOW, "cache");
SixModelObject ContextRef = tc.gc.ContextRef;
SixModelObject cc = ContextRef.st.REPR.allocate(tc, ContextRef.st);
((ContextRefInstance)cc).context = cf;
Expand Down

0 comments on commit 3f8a407

Please sign in to comment.