vm: add RT_SAFEPOINT to number_of_parameters()
parent
4be5eadb34
commit
9b575730bb
|
@ -123,6 +123,7 @@ struct relocation_entry {
|
||||||
case RT_DECKS_OFFSET:
|
case RT_DECKS_OFFSET:
|
||||||
case RT_EXCEPTION_HANDLER:
|
case RT_EXCEPTION_HANDLER:
|
||||||
case RT_INLINE_CACHE_MISS:
|
case RT_INLINE_CACHE_MISS:
|
||||||
|
case RT_SAFEPOINT:
|
||||||
return 0;
|
return 0;
|
||||||
default:
|
default:
|
||||||
critical_error("Bad rel type in number_of_parameters()",rel_type());
|
critical_error("Bad rel type in number_of_parameters()",rel_type());
|
||||||
|
|
Loading…
Reference in New Issue