summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/adpcm_dec/adpcm_dec.c
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2020-10-17 15:17:24 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2020-10-17 15:17:24 -0400
commit97c1685def13be3724a6d025f4e12f236777a911 (patch)
treec1e86cd3ed0f4cbe7fb04987ec8e2e89f9a61bee /all_pairs/source/adpcm_dec/adpcm_dec.c
parentcef282a003b65df452a51f12773799f83c3cd627 (diff)
Cleanup `extra.h` for pairs and add option to use that in DIS build
Also remove some unused code from the cleanupSemaphores utility
Diffstat (limited to 'all_pairs/source/adpcm_dec/adpcm_dec.c')
-rw-r--r--all_pairs/source/adpcm_dec/adpcm_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/all_pairs/source/adpcm_dec/adpcm_dec.c b/all_pairs/source/adpcm_dec/adpcm_dec.c
index 6811e69..04a5746 100644
--- a/all_pairs/source/adpcm_dec/adpcm_dec.c
+++ b/all_pairs/source/adpcm_dec/adpcm_dec.c
@@ -708,7 +708,7 @@ void _Pragma( "entrypoint" ) adpcm_dec_main( void )
708int main(int argc, char **argv) 708int main(int argc, char **argv)
709{ 709{
710 SET_UP 710 SET_UP
711 for (jobsComplete=-1; jobsComplete<maxJobs; jobsComplete++){ 711 for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){
712 START_LOOP 712 START_LOOP
713 adpcm_dec_init(); 713 adpcm_dec_init();
714 adpcm_dec_main(); 714 adpcm_dec_main();