]> Git Repo - qemu.git/commit - linux-user/syscall_defs.h
linux-user/hppa: Fix TARGET_MAP_TYPE
authorHelge Deller <[email protected]>
Tue, 31 Oct 2017 12:53:56 +0000 (13:53 +0100)
committerRiku Voipio <[email protected]>
Tue, 7 Nov 2017 19:58:13 +0000 (21:58 +0200)
commite65be6a7cfe5c991d97ef259c6a88e99ca65e875
tree5b3bf647a791463525d7341c50551589a50f57dd
parent92afb153103c38c1ccc9d4c34512cf1767e676c5
linux-user/hppa: Fix TARGET_MAP_TYPE

TARGET_MAP_TYPE needs to be 0x03 instead of 0x0f on the hppa
architecture, otherwise it conflicts with MAP_FIXED which is 0x04.

Signed-off-by: Helge Deller <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <20170311175019[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
linux-user/syscall_defs.h
This page took 0.025216 seconds and 4 git commands to generate.