Skip to content

Commit

Permalink
Simplify one patch
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 27, 2024
1 parent a410902 commit e806fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/patches/solana_rbpf.patch
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ index dbd876f..ee28197 100644
@@ -67,4 +67,85 @@ pub struct MemoryRegion {
}

+#[derive(Debug, serde::Deserialize, serde::Serialize)]
+#[derive(serde::Deserialize, serde::Serialize)]
+struct SerializableMemoryRegion {
+ pub host_mem_seed: Option<u64>,
+ pub vm_addr: u64,
Expand Down

0 comments on commit e806fa3

Please sign in to comment.