diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-05-27 01:15:16 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-05-27 01:15:16 +0000 |
| commit | 1093ceb08876448ac83e84392dfc22eafa2df63a (patch) | |
| tree | fb4c4aa5237bfb4f8c14141226ea5f9919d6e44d /sys | |
| parent | a47e5d473bd2df9fbc923483f4a0775ebdfff039 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ia64/ia64/unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/unwind.c b/sys/ia64/ia64/unwind.c index 5f1c3e3ffc4e..7fa68b78e7c0 100644 --- a/sys/ia64/ia64/unwind.c +++ b/sys/ia64/ia64/unwind.c @@ -61,7 +61,7 @@ static void * unw_alloc(size_t sz) { - return (malloc(sz, M_UNWIND, M_WAITOK)); + return (malloc(sz, M_UNWIND, M_NOWAIT)); } static void |
