diff options
author | Andrei Vukolov <andrei.vukolov@gmail.com> | 2017-10-11 12:19:17 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2017-10-11 12:19:17 -0700 |
commit | 120819e73c33b316bfe02e2bacdd22108763a12b (patch) | |
tree | c5b5201f5851f5e6ed21e5aa05c0c317579fd8eb /test | |
parent | 0a126062fbeb22658ab4f7aace115c6353f33f08 (diff) | |
download | nasm-120819e73c33b316bfe02e2bacdd22108763a12b.tar.gz nasm-120819e73c33b316bfe02e2bacdd22108763a12b.tar.xz nasm-120819e73c33b316bfe02e2bacdd22108763a12b.zip |
BR 3392443: Missing prototype of alignlog2_64
The prototype:
extern int const_func alignlog2_64(uint64_t v);
were missed in ilog2.h
After adding, the build proceeds successfully.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions