diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2016-08-14 19:04:37 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2016-08-14 19:04:37 +0000 |
| commit | cb916ce7543613efd624e3d36a1a0fcf9ab6fbe9 (patch) | |
| tree | 5732996c4f706e4a2d8f4826904e968d9a9bb269 | |
| parent | 4a2ea55b113fba344230f0cbf59300c4025015be (diff) | |
Notes
| -rw-r--r-- | lib/libthr/arch/mips/include/pthread_md.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libthr/arch/mips/include/pthread_md.h b/lib/libthr/arch/mips/include/pthread_md.h index 47c178b02a40..d27ecf073056 100644 --- a/lib/libthr/arch/mips/include/pthread_md.h +++ b/lib/libthr/arch/mips/include/pthread_md.h @@ -84,7 +84,7 @@ _tcb_get(void) ".set\tmips64r2\n\t" "rdhwr\t%0, $29\n\t" ".set\tpop" - : "=v" (_rv)); + : "=r" (_rv)); /* * XXXSS See 'git show c6be4f4d2d1b71c04de5d3bbb6933ce2dbcdb317' @@ -106,7 +106,7 @@ _tcb_get(void) ".set\tmips32r2\n\t" "rdhwr\t%0, $29\n\t" ".set\tpop" - : "=v" (_rv)); + : "=r" (_rv)); /* * XXXSS See 'git show c6be4f4d2d1b71c04de5d3bbb6933ce2dbcdb317' |
