summaryrefslogtreecommitdiff
path: root/src/x86_64/Ginit_remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86_64/Ginit_remote.c')
-rw-r--r--src/x86_64/Ginit_remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86_64/Ginit_remote.c b/src/x86_64/Ginit_remote.c
index 1b7123c0..4fd2092e 100644
--- a/src/x86_64/Ginit_remote.c
+++ b/src/x86_64/Ginit_remote.c
@@ -50,7 +50,7 @@ unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg)
else
{
c->dwarf.as_arg = as_arg;
- c->uc = 0;
+ c->uc = NULL;
}
return common_init (c, 0);
#endif /* !UNW_LOCAL_ONLY */