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
Error out if we try to annotate a zero address (llvm#72)
This patch makes the exegesis annotator error out if we try to map the
zero address as we are not able to do this with mmap. To solve this
while still being able to annotate the blocks, we probably need some way
to adjust the register/memory values.
0 commit comments