Closed jimparis closed 2 years ago
The size of "long" in riscv64-fp.cspec appears wrong to me; should it be 8 bytes? sizeof(long)==8 in the Kendryte k210 toolchain. Because of this ghidra thinks uint64_t is 4 bytes.
sizeof(long)==8
@jimparis Thanks, for letting me know, sorry for not noticing this earlier
https://github.com/NationalSecurityAgency/ghidra/pull/2590
Just got merged. Looks like 10.2 will have the fix
The size of "long" in riscv64-fp.cspec appears wrong to me; should it be 8 bytes?
sizeof(long)==8
in the Kendryte k210 toolchain. Because of this ghidra thinks uint64_t is 4 bytes.