parrotcode: Exception Handler PMC | |
Contents | PMCs |
src/pmc/exception_handler.pmc - Exception Handler PMC
When an exception handler is called,
the exception object is passed as REG_PMC(interp, 5)
,
the original contents of this register is in the exception object's _P5
attribute.
void init()
Initial revision by leo 2003.07.10.
|