Skip to content

Commit

Permalink
m1n1.fw.dcp.ipc: Fix assert
Browse files Browse the repository at this point in the history
Signed-off-by: Asahi Lina <[email protected]>
  • Loading branch information
asahilina committed Aug 17, 2023
1 parent 31da584 commit 37ad9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxyclient/m1n1/fw/dcp/ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def methods(cls):
"pad2" / Padding(1),
)

assert PlaneInfo.sizeof() == 0x34
assert CompressionInfo.sizeof() == 0x34

IOSurface = Struct(
"is_tiled" / bool_,
Expand Down

0 comments on commit 37ad9f7

Please sign in to comment.