Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

libkdump: use movzx w/o xor'ing %eax #42

Merged
merged 1 commit into from Jan 18, 2018
Merged

Conversation

paboldin
Copy link
Contributor

Use movzx that extends unsigned byte to the full register, so that
we don't have to xor %eax anymore.

Signed-off-by: Pavel Boldin boldin.pavel@gmail.com

Use `movzx` that extends unsigned byte to the full register, so that
we don't have to `xor` %eax anymore.

Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
@misc0110 misc0110 merged commit 93418ba into IAIK:master Jan 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants