This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix the previous armhf fix
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX
2 years ago
parent
121d7f617b
commit
04d53634c8
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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(
Write
Preview
Loading…
Cancel
Save