Fix byteswap on LP64 (amd64)
authorNathan Binkert <binkertn@umich.edu>
Fri, 2 Jul 2004 20:40:23 +0000 (16:40 -0400)
committerNathan Binkert <binkertn@umich.edu>
Fri, 2 Jul 2004 20:40:23 +0000 (16:40 -0400)
commite2c62a13dd5d81a1b5f6443b994b434c92a81d87
treeabbb1095594c49917b4224c133e0eaf3516e0717
parent0e575e9f262551374db2fbbe482fc5507f3211ab
Fix byteswap on LP64 (amd64)

kern/linux/linux_system.cc:
    Formatting
sim/host.hh:
    When we say ULL and UL we really just want a 64-bit value, not
    necessarily a long long, so cast the integer to (u)int64_t
    this fixes a problem with byte swapping.

--HG--
extra : convert_revision : ad25ace5a7b92a7c928f2d52e531193c91f3f8c8
kern/linux/linux_system.cc
sim/host.hh