Commit e079bf1e authored by Pavel Emelyanov's avatar Pavel Emelyanov

restorer: Fix ret usage in prctl macro

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 65ebd845
......@@ -28,7 +28,7 @@
long __ret = sys_prctl(opcode, val1, val2, val3, 0); \
if (__ret) { \
write_num_n(__LINE__); \
write_num_n(ret); \
write_num_n(__ret); \
} \
__ret; \
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment