break out signal handling from System

This commit is contained in:
Joshua Warner
2014-02-21 17:06:17 -07:00
committed by Joshua Warner
parent 5ffdfecdc2
commit 730dade53e
17 changed files with 649 additions and 370 deletions

View File

@ -33,7 +33,7 @@ public:
Architecture* arch;
BasicEnv():
s(makeSystem(0)),
s(makeSystem()),
heap(makeHeap(s, 32 * 1024)),
arch(makeArchitectureNative(s, true))
{