summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/PowerPC/CoreContextSwitchPowerPC.s
blob: 5ca6b5efbff47f0f48dfe11205532f72b5d15a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *	========================================================
 *
 *	HCore
 * 	Copyright Mahrouss Logic, all rights reserved.
 *
 * 	========================================================
 */

.align 4
.type name, @function
.text
.globl rt_do_context_switch

/* r3 = assigner stack, r4 = assignee stack */
rt_do_context_switch:

    lwz %r4, 0(%r3)

    blr