mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 10:51:30 +11:00
docs fix.
This commit is contained in:
parent
8939f32ebf
commit
c1d5a52172
|
@ -496,7 +496,8 @@ pub unsafe extern "C" fn __aeabi_memset(
|
|||
}
|
||||
}
|
||||
|
||||
/// Copy between non-exclusive regions, prefer [`__aeabi_memset`] if possible.
|
||||
/// Write a value to all bytes in the region, prefer [`__aeabi_memset`] if
|
||||
/// possible.
|
||||
///
|
||||
/// This is the libc version of a memory set. It's required to return the
|
||||
/// `dest` pointer at the end of the call, which makes it need an extra
|
||||
|
|
Loading…
Reference in a new issue