OSDN Git Service

[VM][FMTOWNS][CRTC] Fix wrong decl. of ALIGNED values.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 11 Aug 2021 17:18:09 +0000 (02:18 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 11 Aug 2021 17:18:09 +0000 (02:18 +0900)
source/src/vm/fmtowns/crtc.cpp

index 96c644a..9da5286 100644 (file)
@@ -1353,7 +1353,7 @@ __DECL_VECTORIZED_LOOP
                }
        }
        palbuf[0] = RGBA_COLOR(0, 0, 0, 0);
-       static const __DECL_ALIGNED(32) scrntype_t maskdata[16] =
+       __DECL_ALIGNED(32) static const scrntype_t maskdata[16] =
        {
                RGBA_COLOR(0, 0, 0, 0),
                RGBA_COLOR(255, 255, 255, 255),