-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
has_byte_opcode
member to every table (#28)
Since the introduction of the `has_byte_opcode` member in the `instr_encode_table` struct in #21, basically no instruction encode table *actually* uses this member of the struct; casuing mis- interpretation and usage of this member in other functions and modules. This pull has added this boolean value to *most* instruction encoder tables, in order to support functions and conditionals that depend of this member exisiting.
- Loading branch information
1 parent
5f00ac3
commit fe76a42
Showing
1 changed file
with
27 additions
and
27 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