comparison arch/progint.S @ 138:ea2136c52c35

Moved some stuff out of arch, added some usefulness to program interrupt catching
author Jonathan Pevarnek <pevarnj@gmail.com>
date Thu, 22 Sep 2011 13:42:10 -0400
parents d1e835a25f28
children e72f984619c7
comparison
equal deleted inserted replaced
137:773af52f9811 138:ea2136c52c35
1 #include "progint.h" 1 #include <os/progint.h>
2 2
3 .text 3 .text
4 .align 4 4 .align 4
5 .globl PROGINT 5 .globl PROGINT
6 .type PROGINT, @function 6 .type PROGINT, @function