mirror of
https://github.com/pevans/erc-c.git
synced 2025-07-04 07:23:54 +00:00
Add get_map_machine function.
Mostly useless except for testing.
This commit is contained in:
@ -294,3 +294,12 @@ vm_segment_set_map_machine(void *mach)
|
||||
{
|
||||
map_mach = mach;
|
||||
}
|
||||
|
||||
/*
|
||||
* Return the map machine
|
||||
*/
|
||||
void *
|
||||
vm_segment_get_map_machine()
|
||||
{
|
||||
return map_mach;
|
||||
}
|
||||
|
Reference in New Issue
Block a user