mmap on s390 is quite a special snowflake: since it has too many
parameters to pass them in registers, it passes a pointer to a struct
with all the parameters instead.
This is for PR23433.
Differential D18889
[sanitizer] [SystemZ] Implement internal_mmap. • koriakin on Apr 8 2016, 1:58 AM. Authored by
Details mmap on s390 is quite a special snowflake: since it has too many This is for PR23433.
Diff Detail
|