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

drwtsn32: still missing some ARM64 support

    XMLWordPrintable

Details

    Description

      Follow-up to CORE-17605.

      https://git.reactos.org/?p=reactos.git;a=blob;f=base/applications/drwtsn32/main.cpp;hb=HEAD#l50

        51 static void PrintThread(FILE* output, DumpData& data, DWORD tid, ThreadData& thread)
      ...
        61 #if defined(_M_IX86)
      ...
        64 #elif defined(_M_AMD64)
      ...
        69 #elif defined(_M_ARM)
      ...
        74 #else
        75 #error Unknown architecture
        76 #endif
      ...
        91 #error Unknown architecture
      ...
       111 #error Unknown architecture
      

      Attachments

        Issue Links

          Activity

            People

              The_DarkFire The_DarkFire
              Serge Gautherie Serge Gautherie
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: