Skip to content

Commit 0256294

Browse files
authored
Fix syntax mixup
1 parent 60e1fdd commit 0256294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common_power.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,8 +849,8 @@ Lmcount$lazy_ptr:
849849
#else
850850
#define BUFFER_SIZE ( 16 << 20)
851851
#endif
852-
#ifeq ($(DYNAMIC_ARCH), 1)
853-
#undefine BUFFER_SIZE
852+
#ifdef DYNAMIC_ARCH
853+
#undef BUFFER_SIZE
854854
#define BUFFER_SIZE (64 << 22)
855855
#endif
856856

0 commit comments

Comments
 (0)