mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 16:41:43 +00:00
[LLDB][NFC] Add the mojo language to Language::GetPrimaryLanguage
This doesn't change the current behavior of the function, but the explicit declaration looks cleaner.
This commit is contained in:
parent
e54277fa10
commit
c154ba8abe
@ -374,6 +374,7 @@ LanguageType Language::GetPrimaryLanguage(LanguageType language) {
|
||||
case eLanguageTypeJulia:
|
||||
case eLanguageTypeDylan:
|
||||
case eLanguageTypeMipsAssembler:
|
||||
case eLanguageTypeMojo:
|
||||
case eLanguageTypeUnknown:
|
||||
default:
|
||||
return language;
|
||||
|
Loading…
x
Reference in New Issue
Block a user