In the non-ASLR case, there is no check for an error from
vm_map_fixed(). Restore it, it was dropped in commit 939f0b6323e0a.
Fixes: 939f0b6323e0 ("Implement shared page address randomization")
Reported by: Ilja Van Sprundel <ivansprundel@ioactive.com>