aboutsummaryrefslogtreecommitdiff
path: root/py/nlr.h
AgeCommit message (Expand)Author
2014-04-08Add a check for NULL nlr_top in nlr_jump.Damien George
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-04-03Changes to get unix/ port compiling on Cygwin.Damien George
2014-03-01nlr.h: Do proper arch selection, using the same tests as nlr*.S .Paul Sokolovsky
2013-10-23Fix func decls with no arguments: () -> (void).Damien
2013-10-16NLR and Python exceptions work on the board.Damien
2013-10-15Implement basic exception framework, and simple for loop.Damien