frames: change function call frame base types

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-04 14:55:06 -08:00
parent 7ad3969690
commit 49b2b12e04
2 changed files with 62 additions and 51 deletions

View File

@@ -0,0 +1,3 @@
- `FunctionCallInProgressFrame` and `FunctionCallResultFrame` have changed from
system frames to a control frame and a data frame, respectively, and are now
both marked as `UninterruptibleFrame`.