arm refine: repair EmptyFail_R for Isabelle2020

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
This commit is contained in:
Gerwin Klein 2020-05-31 14:55:42 +08:00 committed by Gerwin Klein
parent 99d3cd9926
commit f9527fb9ce
1 changed files with 4 additions and 1 deletions

View File

@ -165,7 +165,10 @@ lemma ignoreFailure_empty_fail[intro!, wp, simp]:
context
notes option.case_cong_weak[cong]
begin
crunch (empty_fail) empty_fail[intro!, wp, simp]: cancelIPC, setThreadState, tcbSchedDequeue, setupReplyMaster, isStopped, possibleSwitchTo, tcbSchedAppend
crunch (empty_fail) empty_fail[intro!, wp, simp]:
cancelIPC, setThreadState, tcbSchedDequeue, setupReplyMaster, isStopped,
possibleSwitchTo, tcbSchedAppend
(simp: crunch_simps)
end
crunch (empty_fail) "_H_empty_fail"[intro!, wp, simp]: "ThreadDecls_H.suspend"