Skip to content

Commit d4c36c1

Browse files
committed
fix build
1 parent bd111e5 commit d4c36c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jitter_RegAlloc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ void CJitter::AssociateSymbolsToRegisters(SymbolRegAllocInfo& symbolRegAllocs) c
196196
return
197197
(symbolType == SYM_RELATIVE) || (symbolType == SYM_TEMPORARY) ||
198198
(symbolType == SYM_REL_REFERENCE) || (symbolType == SYM_TMP_REFERENCE) ||
199-
(symbolType == SYM_FP_REL_SINGLE) || (symbolType == SYM_FP_TMP_SINGLE) || || (symbolType == SYM_FP_REL_INT32)
199+
(symbolType == SYM_FP_REL_SINGLE) || (symbolType == SYM_FP_TMP_SINGLE) || (symbolType == SYM_FP_REL_INT32) ||
200200
(symbolType == SYM_RELATIVE128) || (symbolType == SYM_TEMPORARY128);
201201
};
202202

0 commit comments

Comments
 (0)