-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to find address immediate #169
Comments
It looks like the regexes in The immediate being |
Well, for me the 0x is not stripped
|
Changing this regex seems to work on first sight, but I'm pretty sure this is a giant mistake: |
Another one: |
Seen here too https://decomp.me/scratch/XlGeq Diff error: Error running asm-differ: failed to find address immediate for line 'mov %eax,4' |
I created a scratch on decomp.me targeting x86 Windows: https://decomp.me/scratch/dhRdk
As you can see, it's empty, save for a message in the Problems pane:
Diff error: Error running asm-differ: failed to find address immediate for line 'mov %eax,0(%ebp)'
The text was updated successfully, but these errors were encountered: