summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atari/osspec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/osspec.c b/atari/osspec.c
index 4e65d8c59..2fbb32fc6 100644
--- a/atari/osspec.c
+++ b/atari/osspec.c
@@ -20,7 +20,7 @@ unsigned short _systype (void)
int32_t * cptr = NULL;
_systype_v = SYS_TOS;
- cptr = Setexc(0x0168, -1L);
+ cptr = (int32_t *)Setexc(0x0168, -1L);
if (cptr == NULL ) {
return _systype_v; /* stone old TOS without any cookie support */
}