]> xenbits.xensource.com Git - seabios.git/commit
Rework disk.c:fillLCHS to avoid using pointer parameters.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 27 May 2012 14:45:32 +0000 (10:45 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 31 May 2012 01:05:33 +0000 (21:05 -0400)
commit4836558f01511ed1ee5a433af076e8df7b0a123a
treef61044adf66d33f0058ffbb1c5e88781b18ab54f
parent41966dac84ab7918ec57421a2122eaca0bfcff05
Rework disk.c:fillLCHS to avoid using pointer parameters.

The compiler does a better job when passing parameters by value.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/disk.c
src/disk.h