Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
cp526 committed Jun 20, 2024
1 parent 2e51aa9 commit c6524d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions memory/cheri-coq/impl_mem.ml
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,7 @@ module CHERIMorello : Memory = struct
Attrs (List.map fromCoq_attribute ats)

let fromCoq_label_annot: CoqAnnot.label_annot -> Annot.label_annot = function
| LAloop_prebody lid -> LAloop_prebody (Z.to_int lid)
| LAloop_body lid -> LAloop_body (Z.to_int lid)
| LAloop lid -> LAloop (Z.to_int lid)
| LAloop_continue lid -> LAloop_continue (Z.to_int lid)
| LAloop_break lid -> LAloop_break (Z.to_int lid)
| LAreturn -> LAreturn
Expand Down

0 comments on commit c6524d2

Please sign in to comment.