rrbutani / tm4c-llvm-toolchain

Toolchain for TI's TM4C. Also known as tlt. Slightly janky.
MIT License
10 stars 0 forks source link

Calling assembly functions causes jump to default handler #30

Closed jspspike closed 4 years ago

jspspike commented 5 years ago

Added hard_fault function and didn't jump to that, so not hard faulting. But this happens with any function that is .global defined in an assembly file.