exec: Exclude non portable function for MinGW
commitaf0728a3f272022dd80c8bb0e6d96d1440dbaa98
authorStefan Weil <sw@weilnetz.de>
Tue, 14 Jan 2014 05:54:05 +0000 (14 06:54 +0100)
committerStefan Weil <sw@weilnetz.de>
Tue, 14 Jan 2014 05:54:05 +0000 (14 06:54 +0100)
tree3ff8368cc02923707b38d829daf9a2714e6b23a6
parentf0cfe7f8bff0834519b9b4ca20b0b105128a8af0
exec: Exclude non portable function for MinGW

cpu_physical_memory_set_dirty_lebitmap calls getpageaddr and ffsl which are
unavailable for MinGW. As the function is unused for MinGW, it can simply
be excluded from compilation.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
include/exec/ram_addr.h