Add support for OP_GENERIC_CLASS_INIT
[mono.git] / mono / utils / mono-threads-state-machine.c
index 51d2e772f59763f46838f523d9416ed4a12047f0..9f5792c1d9c1d1d6c9da640b2807920440729006 100644 (file)
@@ -250,7 +250,7 @@ STATE_ASYNC_SUSPEND_REQUESTED: Since there can only be one async suspend in prog
        default:
                g_error ("Cannot transition thread %p from %s with ASYNC_SUSPEND_REQUESTED", info, state_name (cur_state));
        }
-       return FALSE;
+       return (MonoRequestAsyncSuspendResult) FALSE;
 }
 
 /*