We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd111e5 commit d4c36c1Copy full SHA for d4c36c1
src/Jitter_RegAlloc.cpp
@@ -196,7 +196,7 @@ void CJitter::AssociateSymbolsToRegisters(SymbolRegAllocInfo& symbolRegAllocs) c
196
return
197
(symbolType == SYM_RELATIVE) || (symbolType == SYM_TEMPORARY) ||
198
(symbolType == SYM_REL_REFERENCE) || (symbolType == SYM_TMP_REFERENCE) ||
199
- (symbolType == SYM_FP_REL_SINGLE) || (symbolType == SYM_FP_TMP_SINGLE) || || (symbolType == SYM_FP_REL_INT32)
+ (symbolType == SYM_FP_REL_SINGLE) || (symbolType == SYM_FP_TMP_SINGLE) || (symbolType == SYM_FP_REL_INT32) ||
200
(symbolType == SYM_RELATIVE128) || (symbolType == SYM_TEMPORARY128);
201
};
202
0 commit comments