mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-22 23:18:01 +03:00
When loading a delegate, the stored objects must be registered to it. Also, delegate_call cannot use vm_execute because the VM cannot be resumed from such a state. Incidentally, this means that ResumeSave cannot be called from within a constructor/destructor (since they also use vm_execute), but this is probably not a problem.