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
Hello, I noticed that some reg-getter macros are not shown with an assignment statement in the decompiler. This seems to happen when the offset is given. Without an offset it looks fine. Below is an example.
Let me know what you think. Thanks for sharing the project.
Listing:
f8 ff ac e8 gte_stSXY0 -0x8(a1)
fc ff ad e8 gte_stSXY1 -0x4(a1)
00 88 08 48 gte_stSZ1 t0
00 90 09 48 gte_stSZ2 t1
Decompiler:
gte_stSXY0(); // Expecting a return value to be assigned.gte_stSXY1(); // Expecting a return value to be assigned.iVar3 = gte_stSZ1(); // Looks good.iVar4 = gte_stSZ2(); // Looks good.
The text was updated successfully, but these errors were encountered:
Hello, I noticed that some reg-getter macros are not shown with an assignment statement in the decompiler. This seems to happen when the offset is given. Without an offset it looks fine. Below is an example.
Let me know what you think. Thanks for sharing the project.
Listing:
Decompiler:
The text was updated successfully, but these errors were encountered: