Revision 59c956c92efb041ae284855dcb093f4f7f174cf0 authored by Marius Strobl on 13 January 2010, 20:40:51 UTC, committed by Marius Strobl on 13 January 2010, 20:40:51 UTC
Don't use an out register to hold the vector number across the call
of the interrupt handler in intr_fast() as the handler might clobber
it (no in-tree handler currently does but an upcoming one will).
While at it, tidy the register usage in the interrupt counting code.
1 parent cc33325
History
File Mode Size
test
Makefile -rw-r--r-- 307 bytes
POSIX -rw-r--r-- 4.2 KB
README -rw-r--r-- 936 bytes
buf.c -rw-r--r-- 6.5 KB
cbc.c -rw-r--r-- 9.8 KB
ed.1 -rw-r--r-- 21.8 KB
ed.h -rw-r--r-- 7.8 KB
glbl.c -rw-r--r-- 5.9 KB
io.c -rw-r--r-- 8.4 KB
main.c -rw-r--r-- 31.3 KB
re.c -rw-r--r-- 3.6 KB
sub.c -rw-r--r-- 6.6 KB
undo.c -rw-r--r-- 4.2 KB

README

back to top