1
0
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:
Peter Evans 2017-12-12 14:59:00 -06:00
parent 7da2f9e791
commit e019b6daee

View File

@ -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,