From: K.Ohta Date: Wed, 11 Aug 2021 17:18:09 +0000 (+0900) Subject: [VM][FMTOWNS][CRTC] Fix wrong decl. of ALIGNED values. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4fb66523e0d4d0fb4628dc77872958bcc7103248;p=csp-qt%2Fcommon_source_project-fm7.git [VM][FMTOWNS][CRTC] Fix wrong decl. of ALIGNED values. --- diff --git a/source/src/vm/fmtowns/crtc.cpp b/source/src/vm/fmtowns/crtc.cpp index 96c644afb..9da528646 100644 --- a/source/src/vm/fmtowns/crtc.cpp +++ b/source/src/vm/fmtowns/crtc.cpp @@ -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),