aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers/GCC/vectors.S
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/compilers/GCC/vectors.S')
-rw-r--r--os/common/startup/e200/compilers/GCC/vectors.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/e200/compilers/GCC/vectors.S b/os/common/startup/e200/compilers/GCC/vectors.S
index 22e10b170..bb0a77b69 100644
--- a/os/common/startup/e200/compilers/GCC/vectors.S
+++ b/os/common/startup/e200/compilers/GCC/vectors.S
@@ -16,7 +16,7 @@
/**
* @file vectors.s
- * @brief SPC56x vectors table.
+ * @brief INTC vectors table.
*
* @addtogroup PPC_GCC_CORE
* @{
@@ -2600,12 +2600,12 @@ vector1020:
vector1021:
vector1022:
vector1023:
- b _unhandled_irq
+ e_b _unhandled_irq
.weak _unhandled_irq
.type _unhandled_irq, @function
_unhandled_irq:
- b _unhandled_irq
+ e_b _unhandled_irq
#endif /* !defined(__DOXYGEN__) */