vm: add RT_SAFEPOINT to number_of_parameters()

db4
Joe Groff 2011-10-17 16:44:49 -07:00
parent 4be5eadb34
commit 9b575730bb
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ struct relocation_entry {
case RT_DECKS_OFFSET:
case RT_EXCEPTION_HANDLER:
case RT_INLINE_CACHE_MISS:
case RT_SAFEPOINT:
return 0;
default:
critical_error("Bad rel type in number_of_parameters()",rel_type());