simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Dec 16 16:54:05 GMT 2020


TL;DR:
  04c50b6c sclog: add missing instr_set_translation.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2020-12-16 16:54:04

commit 04c50b6cfd0004bae44fa135c8493561ed608f55
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=04c50b6cfd0004bae44fa135c8493561ed608f55;hp=353db3132f4f680ac5df742cfe9f6be80652397e
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Dec 16 09:26:18 2020 +0000

    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.

 test/sclog/sclog.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list