summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/cpu_asm.S
diff options
context:
space:
mode:
authorGreg Menke <gregory.menke@gsfc.nasa.gov>2005-01-03 17:41:22 +0000
committerGreg Menke <gregory.menke@gsfc.nasa.gov>2005-01-03 17:41:22 +0000
commit0b2bcb1814eedf6cee7ccb63b21d7ce894f2ae15 (patch)
tree677a4df8bffb0f2fcc16569293c4ff344120df59 /cpukit/score/cpu/mips/cpu_asm.S
parent2005-01-03 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0b2bcb1814eedf6cee7ccb63b21d7ce894f2ae15.tar.bz2
PR 737
Diffstat (limited to 'cpukit/score/cpu/mips/cpu_asm.S')
-rw-r--r--cpukit/score/cpu/mips/cpu_asm.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/cpu/mips/cpu_asm.S b/cpukit/score/cpu/mips/cpu_asm.S
index 081883fb7a..21d72b4b65 100644
--- a/cpukit/score/cpu/mips/cpu_asm.S
+++ b/cpukit/score/cpu/mips/cpu_asm.S
@@ -455,6 +455,7 @@ FRAME(_CPU_Context_switch,sp,0,ra)
NOP
LDREG t0,R_EPC*R_SZ(t1) /* get the userspace EPC from the frame */
b 2f
+ nop
1: la t0,_Thread_Dispatch /* if ==0, we're switched out */
@@ -878,7 +879,7 @@ _ISR_Handler_1:
/* Then where did it come from??? */
beq t0,zero,_ISR_Handler_exit
-
+ nop