Browse Source

Fix the previous armhf fix

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

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

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

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


Loading…
Cancel
Save