Fix the 64 bits build error tizen_3.0.2015.q2_common accepted/tizen/mobile/20150514.135918 submit/tizen_common/20150604.888888 submit/tizen_mobile/20150511.123737 submit/tizen_mobile/20150512.044346 submit/tizen_mobile/20150512.125148 submit/tizen_mobile/20150513.043814 submit/tizen_mobile/20150513.091454 submit/tizen_mobile/20150514.062739
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 12 May 2015 04:43:13 +0000 (13:43 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 12 May 2015 04:43:13 +0000 (13:43 +0900)
Change-Id: I94cda4dc3b64a39dbb677334d1a0e5b0090c309b

src/com-core_thread.c

index 9995477..9954e37 100644 (file)
@@ -187,7 +187,7 @@ static inline void terminate_thread(struct tcb *tcb)
        if (status != 0) {
                ErrPrint("Join: %s\n", strerror(status));
        } else {
-               ErrPrint("Thread returns: %d\n", (int)res);
+               ErrPrint("Thread returns: %p\n", res);
        }
 
        dlist_foreach_safe(tcb->chunk_list, l, n, chunk) {