Big fix for functional access, where we forgot to copy the last byte on write interse...
authorRon Dreslinski <rdreslin@umich.edu>
Sat, 11 Nov 2006 03:41:21 +0000 (22:41 -0500)
committerRon Dreslinski <rdreslin@umich.edu>
Sat, 11 Nov 2006 03:41:21 +0000 (22:41 -0500)
commit9a6e896d3bc904745f090aad1a6d40f04f5ac2ef
tree81602b0c631c9a5f2aae5ff1323f8e7f74694d0f
parente89eaf8b801b39713b28f2df7e89ea8a518974ec
Big fix for functional access, where we forgot to copy the last byte on write intersections.

src/mem/packet.cc:
    Make sure to copy the whole data (we were one byte short)
src/mem/tport.cc:
    Fix for the proper semantics of fixPacket

--HG--
extra : convert_revision : 215e05db9099d427afd4994f5b29079354c847d8
src/mem/packet.cc
src/mem/tport.cc