Fix backtrace stderr macro
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef UC_BACKTRACE_H_
|
||||
#define UC_BACKTRACE_H_
|
||||
|
||||
#define UC_BACTRACE_STDERR uc_backtrace_fd(3)
|
||||
#define UC_BACTRACE_STDERR uc_backtrace_fd(2)
|
||||
|
||||
void uc_backtrace_fd(int fd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user