1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00
putty-source/test/sclog
Simon Tatham 04c50b6cfd sclog: add missing instr_set_translation.
When we invent a movzx instruction as part of shift-count logging on
x86, we apparently need to set its 'translation' field to point at a
pre-existing instruction that it's logically related to. Later
versions of DynamoRIO than I was running with will complain if this
isn't done.
2020-12-16 09:27:40 +00:00
..
.gitignore New test system to detect side channels in crypto code. 2019-02-10 13:09:53 +00:00
CMakeLists.txt New test system to detect side channels in crypto code. 2019-02-10 13:09:53 +00:00
sclog.c sclog: add missing instr_set_translation. 2020-12-16 09:27:40 +00:00