提交 528e93a9 编写于 作者: B Blue Swirl

Fix breakage due to __thread

Thread-local storage is not supported on all hosts.
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 757506d2
......@@ -3229,7 +3229,7 @@ struct QemuErrorSink {
QemuErrorSink *previous;
};
static __thread QemuErrorSink *qemu_error_sink;
static QemuErrorSink *qemu_error_sink;
void qemu_errors_to_file(FILE *fp)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册