Skip to content

Commit 7208aa9

Browse files
committed
Fix end-to-end proof
1 parent fbe80e7 commit 7208aa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/proofs/pure_end_to_endProofScript.sml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Overload code_in_memory =
1515
``λconf (bytes,bitmaps,c') (mc,ms).
1616
∃cbspace data_sp.
1717
installed bytes cbspace bitmaps data_sp c'.lab_conf.ffi_names
18-
(backendProof$heap_regs conf.stack_conf.reg_names) mc ms``
18+
(backendProof$heap_regs conf.stack_conf.reg_names)
19+
mc c'.lab_conf.shmem_extra ms``
1920

2021
Overload prunes = ``λpt mt. ∃ct. itree_rel pt ct ∧ prune ffi_convention F ct mt``
2122

0 commit comments

Comments
 (0)