diff options
author | leochanj <jbakita@cs.unc.edu> | 2020-10-20 21:46:20 -0400 |
---|---|---|
committer | leochanj <jbakita@cs.unc.edu> | 2020-10-20 21:46:20 -0400 |
commit | e2b50015cebdfba68699abd6e8575e38230f5a78 (patch) | |
tree | 8bc28e082ad58e5fec07de81fd7c7f9bd9db2686 /baseline/source/ammunition/ammunition.c | |
parent | 79f30887129145e15e5172e36a7d7602859fc932 (diff) | |
parent | dd606a16e840880e7617b140f6083af8ea83b6b7 (diff) |
Merge branch 'rtas20-wip' into sd-vbs
Diffstat (limited to 'baseline/source/ammunition/ammunition.c')
-rw-r--r-- | baseline/source/ammunition/ammunition.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/baseline/source/ammunition/ammunition.c b/baseline/source/ammunition/ammunition.c index 052520e..4ae488b 100644 --- a/baseline/source/ammunition/ammunition.c +++ b/baseline/source/ammunition/ammunition.c | |||
@@ -1173,13 +1173,11 @@ void _Pragma( "entrypoint" ) ammunition_main( void ) | |||
1173 | 1173 | ||
1174 | int main( int argc, char **argv ) | 1174 | int main( int argc, char **argv ) |
1175 | { | 1175 | { |
1176 | SET_UP | 1176 | SET_UP |
1177 | for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ | 1177 | for_each_job { |
1178 | START_LOOP | 1178 | ammunition_init(); |
1179 | ammunition_init(); | 1179 | ammunition_main(); |
1180 | ammunition_main(); | 1180 | } |
1181 | STOP_LOOP | 1181 | WRITE_TO_FILE |
1182 | } | ||
1183 | WRITE_TO_FILE | ||
1184 | return ( ammunition_return() ); | 1182 | return ( ammunition_return() ); |
1185 | } | 1183 | } |