summaryrefslogtreecommitdiff
path: root/cesar/ecos
diff options
context:
space:
mode:
authorschodet2009-11-10 09:54:03 +0000
committerschodet2009-11-10 09:54:03 +0000
commitc3c3ee72481600c6889469a4eee8d9a9e2bb4b10 (patch)
tree44215adacd1c627976517b97555cb46acc8b2ed5 /cesar/ecos
parentfded6171b095008203a66787e72aaab625e36dcb (diff)
cesar/ecos/packages/hal/sparc: useless instruction removed
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6352 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ecos')
-rw-r--r--cesar/ecos/packages/hal/sparc/arch/current/src/vec_ivsr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/ecos/packages/hal/sparc/arch/current/src/vec_ivsr.S b/cesar/ecos/packages/hal/sparc/arch/current/src/vec_ivsr.S
index abced22d53..e220b09133 100644
--- a/cesar/ecos/packages/hal/sparc/arch/current/src/vec_ivsr.S
+++ b/cesar/ecos/packages/hal/sparc/arch/current/src/vec_ivsr.S
@@ -110,8 +110,8 @@ hal_default_interrupt_vsr:
! the next one will need to be saved before we can use it:
! ie. this one is the invalid register window.
- set 0x1000,%l7
#if defined(CYGPKG_HAL_SPARC_LAZY_FPU_SWITCH) && defined(CYGHWR_HAL_SPARC_FPU)
+ set 0x1000,%l7
andn %l0, %l7, %l0 ! fpu off
#endif