linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in strace
Add two missing mmap flags. Signed-off-by: Helge Deller <deller@gmx.de> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <Y5iiED4PpnGAHpyz@p100> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
55bbe4d5ee
commit
e2c649e5b5
@ -1057,6 +1057,8 @@ UNUSED static const struct flags mmap_flags[] = {
|
||||
#ifdef TARGET_MAP_UNINITIALIZED
|
||||
FLAG_TARGET(MAP_UNINITIALIZED),
|
||||
#endif
|
||||
FLAG_TARGET(MAP_HUGETLB),
|
||||
FLAG_TARGET(MAP_STACK),
|
||||
FLAG_END,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user