aboutsummaryrefslogtreecommitdiff
path: root/src/Platform/Dummy/Tss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Dummy/Tss.c')
-rw-r--r--src/Platform/Dummy/Tss.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Platform/Dummy/Tss.c b/src/Platform/Dummy/Tss.c
index 4b83931..61a0bcd 100644
--- a/src/Platform/Dummy/Tss.c
+++ b/src/Platform/Dummy/Tss.c
@@ -3,13 +3,14 @@
int BH_TssCreate(BH_GenericCallback callback)
{
-
BH_UNUSED(callback);
+ return 0;
}
void *BH_TssRead(int index)
{
+ BH_UNUSED(index);
return NULL;
}