diff options
Diffstat (limited to 'vectors.pl')
-rwxr-xr-x | vectors.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ # Generate vectors.S, the trap/interrupt entry points. # There has to be one entry point per interrupt number -# since otherwise there's no way to tell the interrupt -# number. +# since otherwise there's no way for trap() to discover +# the interrupt number. print "/* generated by vectors.pl */\n"; print "/* handlers */\n"; |