Skip to content

Commit 6433cc2

Browse files
committed
Added detection for MIPS64 with n32 ABI.
1 parent 001d094 commit 6433cc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/inner.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
#define BR_64 1
117117
#elif defined(__aarch64__) || defined(_M_ARM64)
118118
#define BR_64 1
119+
#elif defined(__mips64)
120+
#define BR_64 1
119121
#endif
120122
#endif
121123

0 commit comments

Comments
 (0)