Add a trap call to test the manual context switch in addition the the pre-emptive context switch.

This commit is contained in:
Richard Barry 2009-02-06 13:28:52 +00:00
parent 223feee46c
commit 812e63f87f

View File

@ -86,6 +86,7 @@ vRegTest1:
MOV 0x23232323, R30 MOV 0x23232323, R30
vReg1TestLoopStart: vReg1TestLoopStart:
TRAP 0
MOV 0x01010101, R31 MOV 0x01010101, R31
CMP R31, R1 CMP R31, R1
BZ $+6 BZ $+6