mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +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) {
|
static void RegisterHandler(int Signal) {
|
||||||
assert(NumRegisteredSignals < array_lengthof(RegisteredSignalInfo) &&
|
assert(NumRegisteredSignals <
|
||||||
|
sizeof(RegisteredSignalInfo)/sizeof(RegisteredSignalInfo[0]) &&
|
||||||
"Out of space for signal handlers!");
|
"Out of space for signal handlers!");
|
||||||
|
|
||||||
struct sigaction NewHandler;
|
struct sigaction NewHandler;
|
||||||
|
Loading…
Reference in New Issue
Block a user