mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 12:01:35 +08:00
The bitmasks for transforming a 64-bit register into it's lower-bit counterparts (e.g. RAX -> EAX -> AX -> AH/AL) were incorrect. This patch fixes the bitmasks and adds an additional test.