commit | 0560034c29ef99239b910524f027a4d708038197 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Jan 02 13:10:58 2009 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Jan 02 13:10:58 2009 -0500 |
tree | a6bd69a83ef16e7a247c4bacea0cebd0291b1da5 | |
parent | 6aa673d53c580d90b09830db83a6b6778c020d9b [diff] |
Improve set_code_fail/floppy_ret/disk_ret code generation. Encode lineno and return code into one u32 parameter. This reduces the number of functions arguments to 3 - which gcc does a better job of scheduling. Also, consistently place *regs parameter in the first arg.