arm: m5ops readfile64 args broken, offset coming through garbage
authorEric Van Hensbergen <eric.vanhensbergen@arm.com>
Sun, 23 Mar 2014 15:11:34 +0000 (11:11 -0400)
committerEric Van Hensbergen <eric.vanhensbergen@arm.com>
Sun, 23 Mar 2014 15:11:34 +0000 (11:11 -0400)
commit7630168a755122993072090cbd1d52a8dcaf1509
tree6ea0fecc5560321e06979bd75ca13831e0b7ff2e
parent5093e58dc2576c93275c22058d1dd52abcda6467
arm: m5ops readfile64 args broken, offset coming through garbage

There were several sections of the m5ops code which were
essentially copy/pasted versions of the 32-bit code. The
problem is that some of these didn't account fo4 64-bit
registers leading to arguments being in the wrong registers.
This patch addresses the args for readfile64, writefile64,
and addsymbol64 -- all of which seemed to suffer from a
similar set of problems when moving to 64-bit.
src/arch/arm/isa/insts/m5ops.isa