On ARM architectures, in thumb mode, Bap.Std.Target.CPU.sp returns inaccurate results.
It seems that the appropriate approach is either to use Bap.Std.register_target ourselves, or more idiomatically invoke Theory.Target.reg with the appropriate arguments.
On ARM architectures, in thumb mode,
Bap.Std.Target.CPU.sp
returns inaccurate results.It seems that the appropriate approach is either to use
Bap.Std.register_target
ourselves, or more idiomatically invokeTheory.Target.reg
with the appropriate arguments.