forked from M-Labs/artiq-zynq
fix comment in previous commit
This commit is contained in:
parent
e6b8bf5481
commit
e77cb5de7e
|
@ -251,7 +251,7 @@ fn resolve(required: &[u8]) -> Option<u32> {
|
|||
api!(__aeabi_memclr4),
|
||||
api!(__aeabi_memclr),
|
||||
|
||||
// ARTIQ
|
||||
// exceptions
|
||||
api!(_Unwind_Resume = exception_unimplemented),
|
||||
api!(__artiq_personality = exception_unimplemented),
|
||||
api!(__artiq_raise = exception_unimplemented),
|
||||
|
|
Loading…
Reference in New Issue