mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Fix null to integer conversion warnings.
llvm-svn: 153395
This commit is contained in:
parent
c626d97320
commit
818a2a6b7e
@ -275,9 +275,9 @@ void llvm::sys::PrintStackTraceOnErrorSignal() {
|
||||
|
||||
kern_return_t ret = task_set_exception_ports(self,
|
||||
mask,
|
||||
NULL,
|
||||
MACH_PORT_NULL,
|
||||
EXCEPTION_STATE_IDENTITY | MACH_EXCEPTION_CODES,
|
||||
NULL);
|
||||
THREAD_STATE_NONE);
|
||||
(void)ret;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user