Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-user: Fix certain argument alignment cases for Mips64
The function that is changed in this patch is supposed to indicate that there was certain argument rearrangement related to 64-bit arguments on 32-bit platforms. The background on such rearrangements can be found, for example, in the man page for syscall(2). However, for 64-bit Mips architectures there is no such rearrangement, and this patch reflects it. Signed-off-by: Aleksandar Rikalo <[email protected]> Signed-off-by: Aleksandar Markovic <[email protected]> Reviewed-by: Laurent Vivier <[email protected]> Reviewed-by: Leon Alrae <[email protected]> Acked-by: Riku Voipio <[email protected]> Signed-off-by: Leon Alrae <[email protected]>
- Loading branch information