Fix build on MSVC

This commit is contained in:
mio 2021-12-29 23:18:49 +01:00
parent 8fc836c5fa
commit 298795a9f8
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#define QEMU_COMMON_H
#include <unicorn/platform.h>
#include <qemu/typedefs.h>
#define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)