Fix CRITICAL_FORK so that it compiles.
This commit is contained in:
parent
193d571957
commit
e129a83e18
@ -34,7 +34,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <machine/ia64_cpu.h>
|
||||
|
||||
#define CRITICAL_FORK (ia64_get_psr() |= IA64_PSR_I)
|
||||
#define CRITICAL_FORK (ia64_get_psr() | IA64_PSR_I)
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user