We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0677aff commit a4fe858Copy full SHA for a4fe858
vm/loader/loader_defs/src/shim.rs
@@ -270,7 +270,7 @@ pub struct PersistedStateHeader {
270
271
impl PersistedStateHeader {
272
/// "OHCLPHDR" in ASCII.
273
- pub const MAGIC: u64 = 0x4F48434C50484452;
+ pub const MAGIC: u64 = u64::from_le_bytes(*b"OHCLPHDR");
274
}
275
276
/// A local newtype wrapper that represents a [`igvm_defs::MemoryMapEntryType`].
0 commit comments