aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/mapping.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xixanta/src/mapping.rs')
-rw-r--r--lib/xixanta/src/mapping.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xixanta/src/mapping.rs b/lib/xixanta/src/mapping.rs
index 238f39d..bd2fc2c 100644
--- a/lib/xixanta/src/mapping.rs
+++ b/lib/xixanta/src/mapping.rs
@@ -51,7 +51,7 @@ pub struct Segment {
pub start: u16,
pub size: usize,
pub offset: usize,
- pub fill: Option<usize>,
+ pub fill: Option<u8>,
pub bundles: Vec<Bundle>,
}