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 member function "getSize()" in the "Instr" class that returns the number of loaded/stored bytes by memory instruction, seems to return incorrect results.
For example, instruction like this:
LDG.E.64.STRONG.CTA R12, [R2+0x4000];
I expect getSize() = 8 since it is LD of 64 bits (8 bytes), however getSize() = 4?!
The text was updated successfully, but these errors were encountered:
mkhairy
changed the title
Issue with memory Inst size
Issue with getSize() function member in Instr class
Nov 6, 2019
The member function "getSize()" in the "Instr" class that returns the number of loaded/stored bytes by memory instruction, seems to return incorrect results.
For example, instruction like this:
I expect getSize() = 8 since it is LD of 64 bits (8 bytes), however getSize() = 4?!
The text was updated successfully, but these errors were encountered: