sbl_patch: fix b14 byte order

This commit is contained in:
SashegDev
2026-09-11 06:30:12 +00:00
parent 22b259e818
commit 309ee50ad3
+1 -1
View File
@@ -147,7 +147,7 @@ def main():
(0x8016184, 'fdf790fc', 'c046c046'), (0x8016184, 'fdf790fc', 'c046c046'),
(0x801B76C, '280b0508', '00000708'), (0x801B76C, '280b0508', '00000708'),
(0x8006684, '01f807bd', '46c046c0'), (0x8006684, '01f807bd', '46c046c0'),
(0x8017AFC, 'e8bd87fc', '4af020bb'), (0x8017AFC, 'bde8fc87', '4af020bb'),
]: ]:
assert hx(d, va) == exp, (hex(va), hx(d, va)) assert hx(d, va) == exp, (hex(va), hx(d, va))
set4(d, va, new) set4(d, va, new)