public class ExitSyscallHandler extends java.lang.Object implements SysCallHandler
Constructor and Description |
---|
ExitSyscallHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(CPUCore core)
Handler implementation
|
public void handle(CPUCore core) throws java.lang.Exception
InterruptHandler
handle
in interface InterruptHandler
core
- The core where the interrupt is being handledjava.lang.Exception