Skip to content

Commit

Permalink
indirect flag for configurables
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Dec 5, 2024
1 parent 3d8c4cc commit c924124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/abi/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ pub struct Configurable {
pub name: String,
pub concrete_type_id: ConcreteTypeId,
pub offset: u64,
pub indirect: bool,
}

#[derive(Default, Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
Expand Down

0 comments on commit c924124

Please sign in to comment.