Skip to content

Commit

Permalink
fix: add 0xDEAD value at enum's end
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Sep 3, 2024
1 parent b40a2ba commit 0eeba0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Decoder/OperandCode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ enum eOperandCode
kocFPCR,
kUopAddressOffset,
kSopAddressOffset,
kLastOperandCode
kLastOperandCode = 0xDEAD
};

std::ostream&
Expand Down

0 comments on commit 0eeba0a

Please sign in to comment.