Skip to content

Add .arm directives for the GLX entrypoint stubs.

The ARMv7 assembly dispatch stubs for GLX are written in normal ARM, but they're missing an .arm directive, so if the compiler is building Thumb by default, then it'll crash.

Merge request reports