Branch: refs/heads/thaines/roseregs_fix_x86
Home: https://github.com/dyninst/dyninst
Commit: 9fa04a2011de23871417f22126c78286fe619ea5
https://github.com/dyninst/dyninst/commit/9fa04a2011de23871417f22126c78286fe619ea5
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M dataflowAPI/rose/registers/convert.C
M dataflowAPI/rose/registers/x86.h
Log Message:
-----------
x86: fix PC conversion
The category isn't necessarily guaranteed to be 0.
Commit: 0c87520721af3d82519a78ace7848903c38898d2
https://github.com/dyninst/dyninst/commit/0c87520721af3d82519a78ace7848903c38898d2
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M dataflowAPI/rose/registers/x86.h
Log Message:
-----------
x86: expand EFLAGS conversion
The 32-bit EFLAGS includes the reserved bits. This makes it consistent
with the 64-bit version. Note: The lower 32-bits of RFLAGS is EFLAGS,
and the upper 32-bits are reserved.
Compare: https://github.com/dyninst/dyninst/compare/9fa04a2011de%5E...0c87520721af
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|