aboutsummaryrefslogtreecommitdiff
path: root/core/hostservices.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/hostservices.c')
-rw-r--r--core/hostservices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hostservices.c b/core/hostservices.c
index 5cc1a28..22d34e4 100644
--- a/core/hostservices.c
+++ b/core/hostservices.c
@@ -901,7 +901,7 @@ bool hservices_init(void)
/* We enter at 0x100 into the image. */
fdesc.addr = code + 0x100;
/* It doesn't care about TOC */
- fdesc.toc = 0;
+ fdesc.toc = NULL;
hbrt_init = (void *)&fdesc;