Browse Source

Fix syntax mixup

tags/v0.3.13^2
Martin Kroeker GitHub 4 years ago
parent
commit
0256294921
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      common_power.h

+ 2
- 2
common_power.h View File

@@ -849,8 +849,8 @@ Lmcount$lazy_ptr:
#else
#define BUFFER_SIZE ( 16 << 20)
#endif
#ifeq ($(DYNAMIC_ARCH), 1)
#undefine BUFFER_SIZE
#ifdef DYNAMIC_ARCH
#undef BUFFER_SIZE
#define BUFFER_SIZE (64 << 22)
#endif



Loading…
Cancel
Save