diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-09-02 01:07:21 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-09-02 01:07:21 +0000 |
| commit | ee35caa0b3a177b9e30cc9608c5cd2f70c868b54 (patch) | |
| tree | 5a83c659c3fa0c7ef0742dafaf192e9b4747b4d2 /lib/libc/powerpc | |
| parent | 46ae242dba9f2006619b9783a1d5969ba608157c (diff) | |
Notes
Diffstat (limited to 'lib/libc/powerpc')
| -rw-r--r-- | lib/libc/powerpc/gen/_set_tp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/powerpc/gen/_set_tp.c b/lib/libc/powerpc/gen/_set_tp.c index cfedddc9dd3a..5a89698b82c5 100644 --- a/lib/libc/powerpc/gen/_set_tp.c +++ b/lib/libc/powerpc/gen/_set_tp.c @@ -29,7 +29,7 @@ void _set_tp(void *tpval) { - register void *tp __asm__("r2"); + register void *tp __asm__("r2"); __asm __volatile("mr %0,%1" : "=r"(tp) : "r"((char*)tpval + 0x7008)); } |
