[lldb] Fix a warning
authorKazu Hirata <kazu@google.com>
Fri, 2 Sep 2022 05:14:25 +0000 (22:14 -0700)
committerKazu Hirata <kazu@google.com>
Fri, 2 Sep 2022 05:14:25 +0000 (22:14 -0700)
commit4535dbd55962989e16f0f7208fae9ce75ed9863c
tree14c1879cf72d92f6abad9fe078d3edf8f00e0580
parentf27b806df5e42029e548b4d77eebcd0b0c2910fb
[lldb] Fix a warning

This patch fixes:

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