Branch: refs/heads/thaines/roseregs_fix_x86
Home: https://github.com/dyninst/dyninst
Commit: 6f1f2c181baaaea6ec0e65bfcceb3d8a9a28e425
https://github.com/dyninst/dyninst/commit/6f1f2c181baaaea6ec0e65bfcceb3d8a9a28e425
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-12-19 (Thu, 19 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: e96d27851182319bb2704de700ce626631435333
https://github.com/dyninst/dyninst/commit/e96d27851182319bb2704de700ce626631435333
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-12-19 (Thu, 19 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/0c87520721af...e96d27851182
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|