Reserve OP_SENDVK for the future keyword arguments like Ruby3.0.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-11-21 15:42:24 +09:00
parent 59e581ed78
commit 00751ccbcd
2 changed files with 8 additions and 3 deletions
+4
View File
@@ -2820,6 +2820,10 @@ RETRY_TRY_BLOCK:
goto L_RAISE;
}
CASE(OP_SENDVK, BB) { /* not yet implemented */
NEXT;
}
CASE(OP_STOP, Z) {
/* stop VM */
CHECKPOINT_RESTORE(RBREAK_TAG_STOP) {