Skip to content

Commit 19eb1a7

Browse files
committed
Fix typo in m1 branch
1 parent c9a00cf commit 19eb1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/svs/lib/arch_defines.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
SVS_CLASS_METHOD_MICROARCH_CASE(m1, cls, method, SVS_PACK_ARGS(args))
170170
#else
171171
#define SVS_MICROARCH_COMPILED_m1
172-
#define SVS_CLASS_METHOD_MICROARCH_CASE_m1(cls, method, SVS_PACK_ARGS(args))
172+
#define SVS_CLASS_METHOD_MICROARCH_CASE_m1(cls, method, args)
173173
#endif
174174

175175
#if defined(SVS_MICROARCH_SUPPORT_m2)

0 commit comments

Comments
 (0)