mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
scst: Fix the TRACE_EXIT_HRES() macro
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7908 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -354,7 +354,7 @@ do { \
|
||||
|
||||
#define TRACE_EXIT_HRES(res) \
|
||||
do { \
|
||||
unsigned long lres = (unsigned long)res; \
|
||||
unsigned long lres = (unsigned long)(res); \
|
||||
\
|
||||
if (trace_flag & TRACE_ENTRYEXIT) { \
|
||||
if (trace_flag & TRACE_PID) { \
|
||||
|
||||
Reference in New Issue
Block a user