Work around ORCA/C bug that affects lower optimization levels.

This commit is contained in:
Stephen Heumann 2017-07-05 12:24:37 -05:00
parent 4c0265d921
commit 8dddba4f6e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ int main(int argc, char **argv) {
long double bytes_per_sec;
struct sha256_context *context, **context_hndl;
struct sha256_context context_init = {0,0,0, {0}, {0},
static struct sha256_context context_init = {0,0,0, {0}, {0},
{0x61,0x62,0x63,0x80,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,