From 387bad73e496705304c35decc692752c7df0baa9 Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Fri, 6 Feb 2009 13:28:52 +0000 Subject: [PATCH] Add a trap call to test the manual context switch in addition the the pre-emptive context switch. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@685 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/NEC_V850ES_IAR/RegTest.s85 | 1 + 1 file changed, 1 insertion(+) diff --git a/Demo/NEC_V850ES_IAR/RegTest.s85 b/Demo/NEC_V850ES_IAR/RegTest.s85 index bb65ac034..38327f258 100644 --- a/Demo/NEC_V850ES_IAR/RegTest.s85 +++ b/Demo/NEC_V850ES_IAR/RegTest.s85 @@ -86,6 +86,7 @@ vRegTest1: MOV 0x23232323, R30 vReg1TestLoopStart: + TRAP 0 MOV 0x01010101, R31 CMP R31, R1 BZ $+6 -- 2.39.2