summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/PowerPC/HalCoreContextSwitchPowerPC.s
blob: a6c2a90fdded2e5ad1ce77bd456e5a4fb382ca48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -------------------------------------------

    Copyright Mahrouss Logic

------------------------------------------- */

.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