Skip to content

Commit

Permalink
[Truffle] Added missing guards.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Feb 6, 2015
1 parent f24ae99 commit 1b11ec9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -229,7 +229,7 @@ public RubyNilClass defaultInternal(RubyNilClass encoding) {
return encoding;
}

@Specialization
@Specialization(guards = { "!isRubyEncoding", "!isRubyNilClass" })
public RubyString defaultInternal(VirtualFrame frame, Object encoding) {
notDesignedForCompilation();

Expand Down

0 comments on commit 1b11ec9

Please sign in to comment.