[Nasm-bugs] [Bug 3392443] New: Missing prototype of alignlog2_64

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Sat Oct 7 06:02:26 PDT 2017


https://bugzilla.nasm.us/show_bug.cgi?id=3392443

            Bug ID: 3392443
           Summary: Missing prototype of alignlog2_64
           Product: NASM
           Version: 2.14 (development)
          Hardware: All
                OS: All
            Status: OPEN
          Severity: trivial
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: andrei.vukolov at gmail.com
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Built from git using configure

Created attachment 411615
  --> https://bugzilla.nasm.us/attachment.cgi?id=411615&action=edit
Edited ilog2.h

The prototype

extern int const_func alignlog2_64(uint64_t v);

were missed in ilog2.h

After adding, the build proceeds successfully.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list