On 2/1/22 22:14, Warner Losh wrote:
target_arg64 is a generic way to extract 64-bits from a pair of arguments. On 32-bit platforms, it returns them joined together as appropriate. On 64-bit platforms, it returns the first arg because it's already 64-bits.Signed-off-by: Stacey Son<[email protected]> Signed-off-by: Warner Losh<[email protected]> --- bsd-user/qemu.h | 13 +++++++++++++ 1 file changed, 13 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
