mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-03 00:29:38 +00:00
We missed a doc-block for the new set16 func
This commit is contained in:
parent
fcba14f91b
commit
cb53c70cda
@ -304,6 +304,12 @@ vm_segment_get_map_machine()
|
|||||||
return map_mach;
|
return map_mach;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This is similar in spirit to the get16 function, but obviously more
|
||||||
|
* practically similar to the set() function. Given a 16-bit value, we
|
||||||
|
* will save this into the given address in little-endian order; this
|
||||||
|
* therefore consumes bytes at both addr and addr+1.
|
||||||
|
*/
|
||||||
int
|
int
|
||||||
vm_segment_set16(vm_segment *segment, size_t addr, vm_16bit value)
|
vm_segment_set16(vm_segment *segment, size_t addr, vm_16bit value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user