You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DYNAREC] Always initialize jump table for DynaRec build (#3990)
If DynaRec is disabled by env var but enabled in rcfile, the initialize process will be:
```
LoadEnvVariables()
NewBox64Context() -> dynarec=0, jump table not initialize
ApplyEnvFileEntry()
AllocLoadElfMemory() -> crash
```
I guess it's okay to always initilize the table.
0 commit comments