Skip to content

Commit

Permalink
[squash] design: comment on arch_invocation_label requalify
Browse files Browse the repository at this point in the history
(can't be moved)
  • Loading branch information
Xaphiosis committed Aug 18, 2024
1 parent c3a92bf commit 7fdff26
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/design/skel/AARCH64/ArchInvocationLabels_H.thy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ text \<open>

end

(* not possible to move this requalification to generic, since enum instance proofs must
be done outside of Arch locale *)
arch_requalify_types (H)
arch_invocation_label

Expand Down
2 changes: 2 additions & 0 deletions spec/design/skel/ARM/ArchInvocationLabels_H.thy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ text \<open>

end

(* not possible to move this requalification to generic, since enum instance proofs must
be done outside of Arch locale *)
arch_requalify_types (H)
arch_invocation_label

Expand Down
2 changes: 2 additions & 0 deletions spec/design/skel/ARM_HYP/ArchInvocationLabels_H.thy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ text \<open>

end

(* not possible to move this requalification to generic, since enum instance proofs must
be done outside of Arch locale *)
arch_requalify_types (H)
arch_invocation_label

Expand Down
2 changes: 2 additions & 0 deletions spec/design/skel/RISCV64/ArchInvocationLabels_H.thy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ text \<open>

end

(* not possible to move this requalification to generic, since enum instance proofs must
be done outside of Arch locale *)
arch_requalify_types (H)
arch_invocation_label

Expand Down
2 changes: 2 additions & 0 deletions spec/design/skel/X64/ArchInvocationLabels_H.thy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ text \<open>

end

(* not possible to move this requalification to generic, since enum instance proofs must
be done outside of Arch locale *)
arch_requalify_types (H)
arch_invocation_label

Expand Down

0 comments on commit 7fdff26

Please sign in to comment.