X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=src%2Fstdlib%2F_unexpected_.S;fp=src%2Fstdlib%2F_unexpected_.S;h=c5c4abc83ca2966ad15d941bb914a5954e2a500e;hb=6f720ff00773571c2fa2d35e67bff68547617639;hp=0000000000000000000000000000000000000000;hpb=807b2dd5b7365eb87b482197af3b4a3f520c14f7;p=msp430-libc.git diff --git a/src/stdlib/_unexpected_.S b/src/stdlib/_unexpected_.S new file mode 100644 index 0000000..c5c4abc --- /dev/null +++ b/src/stdlib/_unexpected_.S @@ -0,0 +1,17 @@ +/***************************************************************** + * unexpected interrupt vector handler + * can be overwriten by user function with the same name: + * interrupt(NOVECTOR) _unexpected_() + * { + * + * } + * + *****************************************************************/ + + .weak _unexpected_ + + .text + .p2align 1,0 + +_unexpected_: + reti