summaryrefslogtreecommitdiff
path: root/src/arch/post.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-02 14:43:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-02 14:43:47 (GMT)
commitf9404bf68a067b06986cd85855c43795ec578dbd (patch)
tree57f481aced2c69ddf6ac9766f310be86ebe03f6f /src/arch/post.c
parentd69503d7aeceddc52dfee9481e6a0e8ba9c1fc85 (diff)
Removed lots of uninitialized uses, mostly in NDEBUG mode.
Diffstat (limited to 'src/arch/post.c')
-rw-r--r--src/arch/post.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/post.c b/src/arch/post.c
index f3d1fd6..6462984 100644
--- a/src/arch/post.c
+++ b/src/arch/post.c
@@ -105,6 +105,7 @@ void post_process_target_resolution(GArchInstruction *instr, GArchProcessor *pro
default:
assert(false);
+ symbol = NULL;
break;
}