aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/object.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xixanta/src/object.rs')
-rw-r--r--lib/xixanta/src/object.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xixanta/src/object.rs b/lib/xixanta/src/object.rs
index 049798f..5904b56 100644
--- a/lib/xixanta/src/object.rs
+++ b/lib/xixanta/src/object.rs
@@ -138,7 +138,7 @@ pub struct Object {
pub asan_ignore: bool,
/// Amount of bytes reserved for this object on the address sanitizer.
- pub asan_reserve: u8,
+ pub asan_reserve: usize,
/// Number of times this object was accessed. Incremented by `get_variable`.
pub accessed: usize,