Skip to content

Commit

Permalink
[truffle] Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jun 30, 2018
1 parent c2120c5 commit 0db8567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/jvm/dsl/org/perl6/nqp/dsl/Processor.java
Expand Up @@ -36,6 +36,7 @@ private String opNameFromClassName(String className) {
.replaceFirst("BigintNode$", "_I")
.replaceFirst("UIntNode$", "_u")
.replaceFirst("CodeBlock$", "_b")
.replaceFirst("Node$", "")
.toLowerCase();
}

Expand Down

0 comments on commit 0db8567

Please sign in to comment.