Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions arch/Mips/MipsModule.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ cs_err Mips_option(cs_struct *handle, cs_opt_type type, size_t value)
{
if (type == CS_OPT_MODE) {
handle->mode = updated_mode(value);
return CS_ERR_OK;
}

return CS_ERR_OPTION;
return CS_ERR_OK;
}

#endif