]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
amd64: fix return value of copyinstr after r338970
authormjg <mjg@FreeBSD.org>
Thu, 27 Sep 2018 20:48:07 +0000 (20:48 +0000)
committermjg <mjg@FreeBSD.org>
Thu, 27 Sep 2018 20:48:07 +0000 (20:48 +0000)
commit1ec3ed11fb49de5f1f0ca9f7a451b3a1d8bb8621
treed81de9aa9dbf3852a552b4f6eecb77a496c11d2d
parent19c946c159e50e9637151d779c60c3255d52099a
amd64: fix return value of copyinstr after r338970

The function stopped swapping rdi and rsi, but the error handling
code was not updated with the new register name.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
sys/amd64/amd64/support.S