Files
revng-revng/lib/InitModelTypes
Pietro Fezzardi 4531b9ff5d InitModelTypes: fix IntToPtr
Before this commit, initModelTypes could return integers of the wrong
size for IntToPtrInst, whenever the integer being casted to pointer did
not have the exact same size of the pointer on the model.

This commit fixes the problem. Now initModelTypes, even if it might be
forced to return an integer type for IntToPtr, it makes sure that the
size of that integer matches the size of the pointer on the model.
2024-03-19 09:44:00 +01:00
..
2024-02-29 17:03:36 +01:00