From 0cf7bb056e67a85a59002846be5f24f49b69d695 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Wed, 11 Mar 2015 20:50:11 +0300 Subject: [PATCH] Bugfix --- rpcs3/Emu/SysCalls/lv2/sys_event_flag.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/SysCalls/lv2/sys_event_flag.h b/rpcs3/Emu/SysCalls/lv2/sys_event_flag.h index 7e15f27246..c76effbea4 100644 --- a/rpcs3/Emu/SysCalls/lv2/sys_event_flag.h +++ b/rpcs3/Emu/SysCalls/lv2/sys_event_flag.h @@ -45,6 +45,7 @@ struct event_flag_t , protocol(protocol) , type(type) , name(name) + , cancelled(0) , waiters(0) { }