Arm support ported. (#736)
* Fix for MIPS issue. * Sparc support added. * M68K support added. * Arm support ported. * Fix issue with VS2015 shlobj.h file
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
fabe682d87
commit
8e45102b43
@ -34,7 +34,11 @@
|
||||
#include "sysemu/sysemu.h"
|
||||
|
||||
/* this must come after including "trace.h" */
|
||||
/* The pragmas are to fix this issue: https://connect.microsoft.com/VisualStudio/feedback/details/976983 */
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4091)
|
||||
#include <shlobj.h>
|
||||
#pragma warning(pop)
|
||||
|
||||
void *qemu_oom_check(void *ptr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user