mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-23 07:03:08 +00:00
m1n1.adt: Pretty sure the v_ things were wrong
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
5c99406790
commit
1e98c320df
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ PMGRPWRGateRegs = GreedyRange(Struct(
|
|||
|
||||
PMGRDevices = GreedyRange(Struct(
|
||||
"unk0" / Int8ul,
|
||||
"v_idx" / Int8ul,
|
||||
"v_set" / Int8ul,
|
||||
"unk1_0" / Int8ul,
|
||||
"unk1_1" / Int8ul,
|
||||
Const(0, Int8ul),
|
||||
"parents" / Array(2, Int16ul),
|
||||
"unk" / Int16ul,
|
||||
|
|
Loading…
Reference in a new issue