Fixes for MSVC native support to still work with GCC/GNU.
This commit is contained in:
@@ -427,6 +427,7 @@ static inline int opsize_bytes(int opsize)
|
||||
case OS_DOUBLE: return 8;
|
||||
default:
|
||||
g_assert_not_reached();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user