Changeset 1291 for Deliverables/D2.2/8051-indexed-labels-branch/src/ERTL
- Timestamp:
- Oct 5, 2011, 10:20:41 AM (9 years ago)
- Location:
- Deliverables/D2.2/8051-indexed-labels-branch
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D2.2/8051-indexed-labels-branch/src/ERTL/ERTLPrinter.ml
r818 r1291 43 43 Printf.sprintf "*** %s *** --> %s" s lbl 44 44 | ERTL.St_cost (cost_lbl, lbl) -> 45 let cost_lbl = CostLabel.string_of_cost_label ~pretty:true cost_lbl in 45 46 Printf.sprintf "emit %s --> %s" cost_lbl lbl 46 47 | ERTL.St_get_hdw (r1, r2, lbl) ->
Note: See TracChangeset
for help on using the changeset viewer.