Add some ASSERT32FLAT() to help compiler eliminate dead code.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 13 Feb 2010 23:49:24 +0000 (18:49 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 13 Feb 2010 23:49:24 +0000 (18:49 -0500)
commit59c7574767838cd53419779e4cbc2162c14a4ac6
tree680035327b21da431fe5dffb2ae859ea946d2e0a
parente1920bec2f86ba1b14e3fefa56d0482f5e77bf2e
Add some ASSERT32FLAT() to help compiler eliminate dead code.

The function pointer passed to run_thread() can confuse the compiler
into thinking the function needs to be emitted.  Add ASSERT32FLAT() to
help the compiler eliminate this code.
src/ata.c
src/ps2port.c
src/usb.c