Fixes for MSVC native support to still work with GCC/GNU.

This commit is contained in:
xorstream
2017-01-21 01:07:10 +11:00
parent 00ca6b1a5f
commit 429bfca48e
7 changed files with 31 additions and 29 deletions

View File

@@ -427,6 +427,7 @@ static inline int opsize_bytes(int opsize)
case OS_DOUBLE: return 8;
default:
g_assert_not_reached();
return 0;
}
}