Commit cd483f6
committed
Fix test_sys, it encoded the struct definition.
This is really nothing more than a change test, it needs to match the C
struct when no level23 mappings will be allocated. An empty char[] does
not consume any C sizeof() space whereas the previous `char[1]` consumed
one alignment size worth, even when unused.1 parent 630a26a commit cd483f6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1197 | 1197 | | |
1198 | 1198 | | |
1199 | 1199 | | |
1200 | | - | |
| 1200 | + | |
1201 | 1201 | | |
1202 | 1202 | | |
1203 | 1203 | | |
| |||
0 commit comments