Open OmniBlade opened 1 year ago
Sorry for the delayed response. I can't reproduce this now when trying... If you're still seeing this, can you post a .o file and asm-differ invocation that triggers the exception? What is the exception that's thrown?
Or, are you uploading that asm literally as is? That's not expected to work -- objdump output is generally not reassemblable. We've talked about adding a .o file upload mode to decomp.me to make this simpler.
The following asm snippet seems to cause an exception when used within decomp.me where I'm trying to implement msvc support. When the function is changed to no longer be part of a class the exception dissappears and the diff works: