Skip to content

Commit

Permalink
Merge pull request #45 from ckex/master
Browse files Browse the repository at this point in the history
change compile exception
  • Loading branch information
jlusdy authored Mar 27, 2017
2 parents b2db59e + cc8d976 commit 8344d1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private void dumpProfileData() {
for (int index = 0; index < threadData.length; index++) {
ThreadData profilerData = threadData[index];
if (profilerData == null) {
c continue;
continue;
}
ProfStack<long[]> profile = profilerData.profileData;
while (profile.size() > 0) {
Expand Down

0 comments on commit 8344d1a

Please sign in to comment.