Skip to content

Commit

Permalink
mips: compilable for MSVC 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jul 18, 2018
1 parent 49950e4 commit bbe9ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/Mips/MipsModule.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "MipsModule.h"

// Returns mode value with implied bits set
static inline cs_mode updated_mode(cs_mode mode)
static cs_mode updated_mode(cs_mode mode)
{
if (mode & CS_MODE_MIPS32R6) {
mode |= CS_MODE_32;
Expand Down

0 comments on commit bbe9ce9

Please sign in to comment.