-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect binary encoding for tabortwc
Previously, the prototypes for the tabortwc extended mnemonics were incorrect and were instead generating tabortdc instructions. This could cause undefined behaviour, since the upper word of a register containing a 32-bit value is generally considered undefined. This has now been fixed and these instructions should generate the correct binary encodings. Signed-off-by: Ben Thomas <ben@benthomas.ca>
- Loading branch information
1 parent
0b7e31f
commit 4f484f5
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters