diff --git a/proof/crefine/X64/Wellformed_C.thy b/proof/crefine/X64/Wellformed_C.thy index dcca22db0..6ccfa842c 100644 --- a/proof/crefine/X64/Wellformed_C.thy +++ b/proof/crefine/X64/Wellformed_C.thy @@ -197,9 +197,9 @@ definition definition vmrights_to_H :: "word64 \ vmrights" where "vmrights_to_H c \ - if c = scast Kernel_C.VMKernelOnly then VMKernelOnly + if c = scast Kernel_C.VMReadWrite then VMReadWrite else if c = scast Kernel_C.VMReadOnly then VMReadOnly - else VMReadWrite" + else VMKernelOnly" (* Force clarity over name collisions *) abbreviation