From 8ca3186bacdf63ba45549a569e5ed7e096de5bad Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 16 Mar 2022 20:32:09 -0700 Subject: Ensure the EAX functions are suitably aligned on 32-bit --- alc/context.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alc/context.cpp') diff --git a/alc/context.cpp b/alc/context.cpp index 4b1c2a4c..bec3d56a 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -1235,7 +1235,7 @@ void eax_fail_get( } // namespace -ALenum AL_APIENTRY EAXSet( +FORCE_ALIGN ALenum AL_APIENTRY EAXSet( const GUID* property_set_id, ALuint property_id, ALuint property_source_id, @@ -1266,7 +1266,7 @@ catch (...) return AL_INVALID_OPERATION; } -ALenum AL_APIENTRY EAXGet( +FORCE_ALIGN ALenum AL_APIENTRY EAXGet( const GUID* property_set_id, ALuint property_id, ALuint property_source_id, -- cgit v1.2.3