Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #2409: Unbreak JIT
* It was just a stray context load that I forgot to remove.
  • Loading branch information
subbuss committed Jan 5, 2015
1 parent 29371d9 commit d211f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/ir/targets/JVMVisitor.java
Expand Up @@ -2121,7 +2121,6 @@ public void Self(Self self) {

@Override
public void Splat(Splat splat) {
jvmMethod().loadContext();
visit(splat.getArray());
// Splat is now only used in call arg lists where it is guaranteed that
// the splat-arg is an array.
Expand Down

0 comments on commit d211f19

Please sign in to comment.