aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-03-06 12:33:21 +0100
committerTakashi Iwai <tiwai@suse.de>2018-03-06 12:33:21 +0100
commita22aac6747f8d1cb20718e8ea76c68cd1b695f8e (patch)
tree6f92d27b23845415568da9656046a8ecd6cf71f0
parenta219de51e81d2d8ae4baa28d83b29647136065ce (diff)
downloadhda-emu-a22aac6747f8d1cb20718e8ea76c68cd1b695f8e.tar.gz
Enable IS_REACHABLE() always
Just a build workaround. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/wrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wrapper.h b/include/wrapper.h
index 24ba32b..79bdce0 100644
--- a/include/wrapper.h
+++ b/include/wrapper.h
@@ -269,6 +269,7 @@ void mylock_write_unlock(int *lock, const char *file, int line);
/* FIXME */
#define IS_ENABLED(x) 1
#define IS_BUILTIN(x) 1
+#define IS_REACHABLE(x) 1
#define IS_MODULE(x) 0
#define symbol_request(x) x