summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/swtch.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/aim/swtch.S')
-rw-r--r--sys/powerpc/aim/swtch.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/swtch.S b/sys/powerpc/aim/swtch.S
index 0a78d61..97c15a5 100644
--- a/sys/powerpc/aim/swtch.S
+++ b/sys/powerpc/aim/swtch.S
@@ -82,7 +82,7 @@ ENTRY(cpu_switch)
bl choosethread /* Find a new thread to run */
- mr %r14,$r3 /* Save off the (struct thread *) */
+ mr %r14,%r3 /* Save off the (struct thread *) */
bl pmap_activate /* Activate the new address space */
OpenPOWER on IntegriCloud