We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097b4aa commit 85555d5Copy full SHA for 85555d5
panda/python/core/pandare/arch.py
@@ -62,7 +62,7 @@ def _determine_bits(self):
62
endianness = "big"
63
elif self.panda.arch_name == "mips64el":
64
bits = 64
65
- endianness = "big"
+ endianness = "little"
66
67
assert (bits is not None), f"Missing num_bits logic for {self.panda.arch_name}"
68
assert (endianness is not None), f"Missing endianness logic for {self.panda.arch_name}"
0 commit comments