diff options
author | jonsykkel <jonrevold@gmail.com> | 2020-04-09 17:56:46 +0200 |
---|---|---|
committer | jonsykkel <jonrevold@gmail.com> | 2020-04-09 17:56:46 +0200 |
commit | 883b29dde8f8fccc055188202212ef65b80718db (patch) | |
tree | 4fdd08a16e6328ffeda418a2fc3dae5ccedf07db | |
parent | b44473967e21364383cbe6dd8ea61e060d87dd01 (diff) | |
download | ct_sequence-883b29dde8f8fccc055188202212ef65b80718db.tar.gz |
-rw-r--r-- | src/a7.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -61,10 +61,8 @@ void a7_loop(uint64_t x0,uint64_t x1){ } memcpy(p,&x,WIDTH); if(t == filled){ - uint32_t r; + uint32_t r = 0; do{ - uint8_t *p; - r = 0; p = lastp+(++filled*WIDTH); memcpy(&r,p,WIDTH); }while(r); |