Pull in solana_rbpf v0.1.14 (#5609)

This commit is contained in:
Jack May
2019-08-23 11:03:53 -07:00
committed by GitHub
parent 52f6da5cee
commit 97ea75a890
12 changed files with 140 additions and 269 deletions

View File

@ -24,7 +24,7 @@ extern bool entrypoint(const uint8_t *input) {
}
}
sol_log_64(x, count, 0, 0, 0);
// sol_log_64(x, count, 0, 0, 0);
*result = count;
return true;
}