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
This FIXME needs to be checked and fixed or removed. It seems correct, or else I would expect some tests to fail, but someone needs to go through and confirm.
auipc(pc_scratch, 0);
// FIXME(RISCV): Does this need an offset? It seems like this should be the// PC of the call, but MIPS does not seem to do that.
The text was updated successfully, but these errors were encountered:
// Save the frame pointer and PC so that the stack layout remains iterable,
// even without an ExitFrame which normally exists between JS and C frames.
This should save current pc to stack. So we can delete fixme
This FIXME needs to be checked and fixed or removed. It seems correct, or else I would expect some tests to fail, but someone needs to go through and confirm.
The text was updated successfully, but these errors were encountered: