exec: Let address_space_unmap() use a boolean 'is_write' argument
commitae5883abec539e63f0cf7bf7aa5f44c9b62568e2
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 19 Feb 2020 19:12:01 +0000 (19 20:12 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 20 Feb 2020 13:47:08 +0000 (20 14:47 +0100)
tree13919f0b161954e21acb856f7ee1806249c3e171
parentb897a47450d6058d0acf2fe70ee90ea8fc65cb51
exec: Let address_space_unmap() use a boolean 'is_write' argument

The 'is_write' argument is either 0 or 1.
Convert it to a boolean type.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
exec.c
include/exec/memory.h