Skip to content
Snippets Groups Projects
Commit 9f057be0 authored by Mike Collins's avatar Mike Collins
Browse files

Replace MP2-generator.rig

parent 7aafec4e
No related branches found
No related tags found
No related merge requests found
......@@ -296,6 +296,7 @@
GEN<< ' }';
GEN<< ' catch(Traversal_result t){';
#sync_state_asynchronous_coordination_on_failure($asynchronous_source_count);
GEN<< ' return failed;';
GEN<< ' }';
......@@ -821,6 +822,17 @@ GEN<< ' make_equality_complete(' $v1 ',' $v2 ');'/ ;;
/GEN<< ' ' $work_num_var '+=' $step '; };';
GEN<< ' //' end FOR_loop/
##
#sync_state_asynchronous_coordination_on_failure
0 // ;;
1 /GEN<< ' source[ 0 ]->previous_Traversal_result = failed;'/
;;
$asynchronous_source_plus_one
/GEN<< ' source[' $asynchronous_source_plus_one - 1 ']->previous_Traversal_result = failed;';
#sync_state_asynchronous_coordination_on_failure($asynchronous_source_plus_one - 1)/
##
--=============================================================
%INCLUDE expr_gen.rig
%INCLUDE MP4_attributes.rig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment