Skip to content

Commit b146a6d

Browse files
committed
fix bug in #537
1 parent 786bd74 commit b146a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/register.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ pub fn fields(
310310
let use_mask = if let Some(size) = parent.properties.size {
311311
size != width
312312
} else {
313-
false
313+
true
314314
};
315315

316316
let lookup_results = lookup(

0 commit comments

Comments
 (0)