summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index aaf9f4bf45..577cdc1e61 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -95,7 +95,7 @@
95 * 95 *
96 * simulator (possibly) doesn't simulate stack usage anyway but well ... */ 96 * simulator (possibly) doesn't simulate stack usage anyway but well ... */
97 97
98#ifdef HAVE_SDL_THREADS 98#if defined(HAVE_SDL_THREADS) || defined(__PCTOOL__)
99struct regs 99struct regs
100{ 100{
101 void *t; /* OS thread */ 101 void *t; /* OS thread */