From 7002d6d3068afe9f7faede00718edfe9af2a69da Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 10 Apr 2022 09:37:18 -0400 Subject: [PATCH] Improve accuracy of comment. --- InstructionSets/PowerPC/Decoder.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InstructionSets/PowerPC/Decoder.hpp b/InstructionSets/PowerPC/Decoder.hpp index 6b25cd780..ac763217e 100644 --- a/InstructionSets/PowerPC/Decoder.hpp +++ b/InstructionSets/PowerPC/Decoder.hpp @@ -41,8 +41,8 @@ constexpr bool is601(Model model) { @c model Indicates the instruction set to decode. @c validate_reserved_bits If set to @c true, check that all - reserved bits are 0 and produce an invalid opcode if not. Otherwise does no - inspection of reserved bits. + reserved bits are 0 or 1 as required and produce an invalid opcode if not. + Otherwise does no inspection of reserved bits. TODO: determine what specific models of PowerPC do re: reserved bits. */