1
0
Fork 0

DBG: fixed a typo

This commit is contained in:
Duncan Ogilvie 2017-10-14 17:31:11 +02:00
parent c44c1f7fc6
commit f6590e6465
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ static void HandleCapstoneOperand(Zydis & cp, int opindex, DISASM_ARG* arg, bool
break;
default:
//TODO: not supported
break;
#endif //_WIN64
}
}