Imported Upstream version 5.20.0.244

Former-commit-id: 072cb2ad8e168458108970d47c6dafefb04475eb
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-03-08 08:37:50 +00:00
parent 4b878ebc4f
commit f4a99b8ed9
56 changed files with 90 additions and 58 deletions

View File

@ -180,7 +180,9 @@ is_always_match (int type)
#include <mono/sgen/sgen-protocol-def.h>
default: assert (0);
default:
assert (0);
return FALSE;
}
}
@ -502,7 +504,9 @@ match_index (mword ptr, int type, void *data)
#include <mono/sgen/sgen-protocol-def.h>
default: assert (0);
default:
assert (0);
return 0;
}
}
@ -565,7 +569,9 @@ is_vtable_match (mword ptr, int type, void *data)
#include <mono/sgen/sgen-protocol-def.h>
default: assert (0);
default:
assert (0);
return FALSE;
}
}