diff options
Diffstat (limited to 'firmware/target/arm/tms320dm320/crt0.S')
-rwxr-xr-x | firmware/target/arm/tms320dm320/crt0.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/arm/tms320dm320/crt0.S b/firmware/target/arm/tms320dm320/crt0.S index 8c3d36e086..5729357f12 100755 --- a/firmware/target/arm/tms320dm320/crt0.S +++ b/firmware/target/arm/tms320dm320/crt0.S | |||
@@ -202,12 +202,6 @@ vectors: | |||
202 | 202 | ||
203 | .text | 203 | .text |
204 | 204 | ||
205 | #if !defined(STUB) | ||
206 | .global irq | ||
207 | .global fiq | ||
208 | .global UIE | ||
209 | #endif | ||
210 | |||
211 | /* All illegal exceptions call into UIE with exception address as first | 205 | /* All illegal exceptions call into UIE with exception address as first |
212 | parameter. This is calculated differently depending on which exception | 206 | parameter. This is calculated differently depending on which exception |
213 | we're in. Second parameter is exception number, used for a string lookup | 207 | we're in. Second parameter is exception number, used for a string lookup |