summaryrefslogtreecommitdiffhomepage
path: root/HALKit/PowerPC/CoreContextSwitchPowerPC.s
blob: 96ef6d80c2329b77fea56b82d7f5266efa71d898 (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