Browse Source

Another armhf fix

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
67c699162d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/modules/ysfx/thirdparty/WDL/source/WDL/eel2/glue_arm.h

+ 1
- 0
source/modules/ysfx/thirdparty/WDL/source/WDL/eel2/glue_arm.h View File

@@ -217,6 +217,7 @@ static const double __consttab[] = {
1.5,
};

__attribute__((naked, target("arm")))
static void eel_callcode32(INT_PTR bp, INT_PTR cp, INT_PTR rt)
{
__asm__ volatile(


Loading…
Cancel
Save