sbl_patch: fix b16 byte order

This commit is contained in:
SashegDev
2026-09-11 06:41:26 +00:00
parent afc151ce0c
commit 61ddf9de6b
+1 -1
View File
@@ -175,7 +175,7 @@ def main():
(0x801B76C, '280b0508', '00000708'), (0x801B76C, '280b0508', '00000708'),
(0x8006684, '01f807bd', '46c046c0'), (0x8006684, '01f807bd', '46c046c0'),
(0x8017AFC, 'bde8fc87', '4af020bb'), (0x8017AFC, 'bde8fc87', '4af020bb'),
(0x802F690, '4798e7fe', '32f05ebd'), (0x802F690, '9847fee7', 'f032bd5e'),
]: ]:
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)