arch_split: Bisim checking

This commit is contained in:
Matthew Brecknell 2016-04-26 09:27:18 +10:00
parent 67ba864d2f
commit b8e91541f0
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ theory Syscall_S
imports Separation
begin
context begin interpretation ARM . (*FIXME: arch_split*)
lemma syscall_bisim:
assumes bs:
"bisim (fr \<oplus> r_flt_rel) P P' m_flt m_flt'"
@ -819,3 +821,5 @@ lemma call_kernel_separate_state:
done
end
end