Skip to content
Snippets Groups Projects
Select Git revision
  • 162f741151de40cf9560b9ad6aeca887f743341e
  • test default
2 results

linux-ramdump-parser-v2

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Mitchel Humpherys authored
    The `RamParse.read_word' function reads a different number of bits
    depending on the architecture (it reads 32 bits on ARM and 64 bits on
    ARM64). We were relying on it to only read 32 bits in a few places, so
    things were broken on ARM64. Fix this by using explicitly-sized reads
    where appropriate.
    
    Change-Id: Id717787c4e7df344964387d245b732d9fffb1397
    162f7411
    History
    Name Last commit Last update
    ..