Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-3614

"Bizarre implementation" of intrinsic Microsoft Visual C++ functions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • NTCore
    • None
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      Quote from CORE-3470:

      Could someone check "bizarre implementation which follows Visual C++" of _bittestandcomplement, _bittestandreset, and _bittestandset in intrin_x86.h?
      There should be:

      _asm_("blah" : [retval] "=q" (retval), [a] "+mr" (*a) : [b] "r" (b));

      instead of:

      _asm_("blah" : [retval] "=q" (retval) : [a] "mr" (*a), [b] "r" (b));

      i think?

      Attachments

        Activity

          People

            fireball fireball
            hto hto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: