Skip to content

Commit 380f7be

Browse files
committed
Squashed 'libjamesdsp/subtree/' changes from d7dd7d5..31f6413
31f6413 Update jdsp_header.h git-subtree-dir: libjamesdsp/subtree git-subtree-split: 31f64131a2b5818d6b55e3cac60d1ffdca413603
1 parent cecb340 commit 380f7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main/libjamesdsp/jni/jamesdsp/jdsp/jdsp_header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ typedef struct dspsys
574574
uint64_t rndstate[2];
575575
} JamesDSPLib;
576576
// JamesDSP controller
577-
extern void JamesDSPGlobalMemoryAllocation(int do_benchmark);
577+
extern void JamesDSPGlobalMemoryAllocation();
578578
extern void JamesDSPGlobalMemoryDeallocation();
579579
extern void JamesDSPReallocateBlock(JamesDSPLib *jdsp, size_t blockSizeMax);
580580
extern void JamesDSP_Load_benchmark(double *_c0, double *_c1);

0 commit comments

Comments
 (0)