other platform warning in codegen

- fix noisy compiler warning
Esse commit está contido em:
Sean Cannella
2013-06-27 11:21:00 -07:00
commit de Sara Golemon
commit 9dfaa87b44
+1 -1
Ver Arquivo
@@ -5545,7 +5545,7 @@ void genCodeForTrace(IRTrace* trace,
}
}
ALWAYS_INLINE
inline ALWAYS_INLINE
TypedValue& getDefaultIfNullCell(TypedValue* tv, TypedValue& def) {
if (UNLIKELY(nullptr == tv)) {
// refcount is already correct since def was never decrefed