Skip to content
Snippets Groups Projects
Commit ee50ac3c authored by Forget Julien's avatar Forget Julien
Browse files

Mrfgrrrr.

parent f2fa5ba0
Branches
No related tags found
No related merge requests found
......@@ -90,8 +90,9 @@ and c_formula_rec out_f f =
fprintf out_f "KIND_LOOP,@ 0,@ {%a},@ %a, %a"
c_loopid lid c_null_wcet () c_formula_operands [fbody]
| SParam p ->
fprintf out_f "KIND_LOOP,@ %d,@ {0},@ %a, %a"
fprintf out_f "KIND_LOOP,@ %d,@ {%a},@ %a, %a"
(int_of_string p)
c_loopid lid
c_null_wcet ()
c_formula_operands [fbody]
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment