On Thu, Aug 13, 2015 at 9:35 AM, Peter Maydell wrote:
> The 64-bit A64 semihosting API has some pervasive changes from
> the 32-bit version:
> * all parameter blocks are arrays of 64-bit values, not 32-bit
> * the semihosting call number is passed in W0
> * the return value is a 64-bit value in
The 64-bit A64 semihosting API has some pervasive changes from
the 32-bit version:
* all parameter blocks are arrays of 64-bit values, not 32-bit
* the semihosting call number is passed in W0
* the return value is a 64-bit value in X0
Implement the necessary handling for this widening.
Signed-