Remove references nn::hac::meta::InstructionType

This commit is contained in:
Jack 2020-03-10 18:51:10 +08:00
parent 84e17b5926
commit 5119ec6d56

View file

@ -141,7 +141,7 @@ int main(int argc, char** argv)
obj.setCliOutputMode(user_set.getCliOutputMode());
obj.setVerifyMode(user_set.isVerifyFile());
obj.setInstructionType(user_set.getInstType());
obj.setIs64BitInstruction(user_set.getIs64BitInstruction());
obj.setListApi(user_set.isListApi());
obj.setListSymbols(user_set.isListSymbols());
@ -155,7 +155,7 @@ int main(int argc, char** argv)
obj.setCliOutputMode(user_set.getCliOutputMode());
obj.setVerifyMode(user_set.isVerifyFile());
obj.setInstructionType(user_set.getInstType());
obj.setIs64BitInstruction(user_set.getIs64BitInstruction());
obj.setListApi(user_set.isListApi());
obj.setListSymbols(user_set.isListSymbols());