Browse Source

Remove paranthesis

pull/24/head
Dennis Braun 2 years ago
parent
commit
cdbfb10345
No known key found for this signature in database GPG Key ID: 634EA55D902B9836
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dpf/distrho/src/DistrhoPluginJACK.cpp

+ 1
- 1
dpf/distrho/src/DistrhoPluginJACK.cpp View File

@@ -703,7 +703,7 @@ private:
"msr fpcr, %0 \n"
"isb \n"
: "=r"(c) :: "memory");
#elif (defined(__arm__) && !defined(__SOFTFP__))
#elif defined(__arm__) && !defined(__SOFTFP__)
uint32_t c;
__asm__ __volatile__("vmrs %0, fpscr \n"
"orr %0, %0, #0x1000000\n"


Loading…
Cancel
Save