You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.244
Former-commit-id: 072cb2ad8e168458108970d47c6dafefb04475eb
This commit is contained in:
parent
4b878ebc4f
commit
f4a99b8ed9
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user