[beast: 15/16] BSE: use BSE_MFENCE instead of a Rapicorn macro



commit a4816064066f6f2365d01061c131a0729a2ff290
Author: Tim Janik <timj gnu org>
Date:   Mon Sep 18 23:11:34 2017 +0200

    BSE: use BSE_MFENCE instead of a Rapicorn macro
    
    Signed-off-by: Tim Janik <timj gnu org>

 bse/bsemidireceiver.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bse/bsemidireceiver.cc b/bse/bsemidireceiver.cc
index 87b3f7d..c7a314c 100644
--- a/bse/bsemidireceiver.cc
+++ b/bse/bsemidireceiver.cc
@@ -1862,7 +1862,7 @@ bse_midi_receiver_discard_sub_voice (BseMidiReceiver   *self,
               VoiceInput *vinput = vswitch->vinputs[i];
               /* second, unlist vinput */
               vswitch->vinputs[i] = vswitch->vinputs[--vswitch->n_vinputs];
-              RAPICORN_MFENCE;
+              BSE_MFENCE;
               /* last, queue vinput destruction */
               destroy_voice_input_L (vinput, trans);
               /* the order of the above steps is important to prevent DSP-threads


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]