fixed a bug of not setting the exception variable position in compile_catch()
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-21 01:19:53 +09:00
parent a2b840f41d
commit 9fd31c9c52
4 changed files with 16 additions and 20 deletions

View File

@ -662,7 +662,7 @@ static kernel_class_info_t kernel_classes[__KCI_MAX__] =
KCI(KCI_SYSTEM) {
"System",
KCI_OBJECT,
KCI_APEX,
0,
0,
5, /* asyncsg, gcfin_sem, gcfin_should_exit, ossig_pid, shr */