Replies: 1 comment
-
|
Seems to have been fixed! I would like to know by which commit. @ryanmkurtz can you help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following assembly (illustrated with the pcode):
and this produces:
Why on earth does the line
uVar2 -= uVar1 & 0xff | (uint)(byte)((ulong)uVar1 >> 8) << 8;contain& 0xff | (uint)(byte)((ulong)uVar1 >> 8) << 8extra garbage?Is there some incorrect sleigh stuff or is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions