mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Revert part of 186302 to fix buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186303 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9df53a40b
commit
793fd8d0d6
@ -84,7 +84,8 @@ static struct {
|
||||
|
||||
|
||||
static void RegisterHandler(int Signal) {
|
||||
assert(NumRegisteredSignals < array_lengthof(RegisteredSignalInfo) &&
|
||||
assert(NumRegisteredSignals <
|
||||
sizeof(RegisteredSignalInfo)/sizeof(RegisteredSignalInfo[0]) &&
|
||||
"Out of space for signal handlers!");
|
||||
|
||||
struct sigaction NewHandler;
|
||||
|
Loading…
Reference in New Issue
Block a user