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
The instruction metadata is incorrect for some of the pseudo instructions. For instance, these map to NOP, and take their metadata from it, but they should have the HAS_ARG flag set.
Uh oh!
There was an error while loading. Please reload this page.
The instruction metadata is incorrect for some of the pseudo instructions. For instance, these map to
NOP
, and take their metadata from it, but they should have theHAS_ARG
flag set.We need to be able to specify flags for pseudo instructions in bytecodes.c (and relax assertions that it is identical to the target flags).
Linked PRs
The text was updated successfully, but these errors were encountered: