mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 20:51:17 +00:00
A warning to the concerned
This commit is contained in:
parent
7da2f9e791
commit
e019b6daee
@ -122,7 +122,9 @@ vm_segment_get(vm_segment *segment, size_t index)
|
||||
|
||||
/*
|
||||
* Copy a set of bytes from `src` (at `src_index`) to `dest` (at
|
||||
* `dest_index`), such that the range is `length` bytes long.
|
||||
* `dest_index`), such that the range is `length` bytes long. Note that
|
||||
* this function presently bypasses our mapper function code... we may
|
||||
* need to implement such in the future.
|
||||
*/
|
||||
int
|
||||
vm_segment_copy(vm_segment *dest,
|
||||
|
Loading…
Reference in New Issue
Block a user