x64 crefine: adjust Refine_C to also use PSpace_C for testing

This commit is contained in:
Joel Beeren 2017-09-19 12:34:35 +10:00
parent ec5716d04b
commit 15076ecda6
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ chapter "Toplevel Refinement Statement"
(* In progress c refinement *)
theory Refine_C
imports TcbQueue_C
imports TcbQueue_C PSpace_C
begin
end