mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
mips: compilable for MSVC 2013
This commit is contained in:
parent
d739e3f5bd
commit
d64cfab1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue