Skip to content

Commit

Permalink
Merge pull request #32 in G/truffle from feature/intrinsify-frame-acc…
Browse files Browse the repository at this point in the history
…essor to master

* commit '05e54f6e297e3df3fc3852a8f342a0d0ea82da19':
  Fix typo in previous commit
  • Loading branch information
Christian Wimmer committed May 3, 2016
2 parents 8e371b8 + 05e54f6 commit cb6dc7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ protected Accessor() {
throw new IllegalStateException();
}
DEBUG = this.debugSupport();
} else if (this.getClass().getSimpleName().endsWith("Frame")) {
} else if (this.getClass().getSimpleName().endsWith("Frames")) {
if (FRAMES != null) {
throw new IllegalStateException();
}
Expand Down

0 comments on commit cb6dc7b

Please sign in to comment.