On 18/02/2015 12:56, Pavel Dovgalyuk wrote:
> +{
> +    bool res = false;
> +    if (replay_mode == REPLAY_MODE_PLAY) {
> +        replay_account_executed_instructions();
> +        replay_mutex_lock();
> +        if (skip_async_events(EVENT_EXCEPTION)) {
> +            res = true;
> +        }

Just "res = skip_async_events(EVENT_EXCEPTION)" is simpler.

Paolo

> +        replay_mutex_unlock();
> +    }
> +

Reply via email to