[lldb] Fix a warning
authorKazu Hirata <kazu@google.com>
Thu, 15 Dec 2022 17:18:55 +0000 (09:18 -0800)
committerKazu Hirata <kazu@google.com>
Thu, 15 Dec 2022 17:18:55 +0000 (09:18 -0800)
commitc12c90d8f599dbbe423459d2b0f08b95fc7428be
tree2c0a16cc8c49c6ae10bad7922a28e5a322046ee8
parentd4493dd1ed58ac3f1eab0c4ca6e363e2b15bfd1c
[lldb] Fix a warning

This patch fixes:

  lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp:1402:18:
  error: default label in switch which covers all enumeration values
  [-Werror,-Wcovered-switch-default]
lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp