Searched hist:10126 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/isa/insts/
H A Dm5ops.isadiff 10126:943808ead35e Sun Mar 23 11:11:00 EDT 2014 Eric Van Hensbergen <eric.vanhensbergen@arm.com> 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.

Completed in 5 milliseconds