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
There is a hardcoded -1 in stub.cpp. I need to call some function from the RTS to tell me what the correct offset from the info table pointer to the start of the info table struct is.
get_itbl is not appropriate as it works on a closure rather than directly on the misaligned pointer.
The text was updated successfully, but these errors were encountered:
There is a hardcoded
-1
instub.cpp
. I need to call some function from the RTS to tell me what the correct offset from the info table pointer to the start of the info table struct is.get_itbl
is not appropriate as it works on a closure rather than directly on the misaligned pointer.The text was updated successfully, but these errors were encountered: