Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 71b2f8c

Browse files
committed
support: Add TODO for memset indicating it can be removed eventually
1 parent 37bf74b commit 71b2f8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zinc/util/support.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ pub extern fn __aeabi_unwind_cpp_pr1() {
5151
abort();
5252
}
5353

54+
// TODO(bgamari): This is only necessary for exception handling and
55+
// can be removed when we have this issue resolved.
5456
#[doc(hidden)]
5557
#[no_stack_check]
5658
#[no_mangle]

0 commit comments

Comments
 (0)