Don't pass in ebp/esp to irq handlers.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 12 Mar 2008 01:21:47 +0000 (21:21 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 12 Mar 2008 01:21:47 +0000 (21:21 -0400)
commit1d01951aae985073e81a4332a7ad29ceb9294db7
tree71e11674ed72f004c9cb9461ee234f7feabcdffe
parent7a558e4417c74a0d7f2896178636b1d020d3fae9
Don't pass in ebp/esp to irq handlers.

The C code won't clobber these registers, so backing them up isn't needed.
Removing them saves a few bytes on the stack.
TODO
src/biosvar.h
src/output.c
src/romlayout.S