commit | 410ab512e5c5716287a399145df0905c1dcddb04 | [log] [tgz] |
---|---|---|
author | Aron Griffis <aron@hp.com> | Tue Jan 08 22:29:38 2008 -0500 |
committer | Tony Luck <tony.luck@intel.com> | Mon Feb 04 15:35:06 2008 -0800 |
tree | 7e56cec14488041fab537b118bb237fc2b59f7eb | |
parent | 965e7c8affeca27f7e5de75c97954e74d3b8052d [diff] |
[IA64] efi.c Add /* never reached */ annotation As written, this loop could be for (;;) instead of do while (md). The tests inside the loop always result in a return so the loop never terminates normally. Signed-off-by: Aron Griffis <aron@hp.com> Signed-off-by: Tony Luck <tony.luck@intel.com>