[beast: 10/16] BSE: use BSE_NORETURN instead of a Rapicorn macro



commit 2508c54d2b26d2560d254efc9861f9e9ebbd088a
Author: Tim Janik <timj gnu org>
Date:   Mon Sep 18 22:55:10 2017 +0200

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

 sfi/platform.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sfi/platform.cc b/sfi/platform.cc
index 423cfe9..458d3f1 100644
--- a/sfi/platform.cc
+++ b/sfi/platform.cc
@@ -77,7 +77,7 @@ struct CPUInfo {
 
 static jmp_buf cpu_info_jmp_buf;
 
-static void RAPICORN_NORETURN
+static void BSE_NORETURN
 cpu_info_sigill_handler (int dummy)
 {
   longjmp (cpu_info_jmp_buf, 1);


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