mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-21 22:23:05 +00:00
m1n1.fw.dcp.ipc: Fix assert
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
31da584be8
commit
37ad9f7df6
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ CompressionInfo = Struct(
|
|||
"pad2" / Padding(1),
|
||||
)
|
||||
|
||||
assert PlaneInfo.sizeof() == 0x34
|
||||
assert CompressionInfo.sizeof() == 0x34
|
||||
|
||||
IOSurface = Struct(
|
||||
"is_tiled" / bool_,
|
||||
|
|
Loading…
Reference in a new issue