mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
0ab2b81261
* Refactor to target .NET Standard 1.1 * Added Nuget details to .csproj * Reviewed Engine methods and docs; added own Exception type. * Added migration guide for .NET bindings.
10 lines
248 B
C#
10 lines
248 B
C#
// For Keystone Engine. AUTO-GENERATED FILE, DO NOT EDIT [ppcConstants.cs]
|
|
namespace Keystone
|
|
{
|
|
public enum PpcError : short
|
|
{
|
|
KS_ERR_ASM_PPC_INVALIDOPERAND = 512,
|
|
KS_ERR_ASM_PPC_MISSINGFEATURE = 513,
|
|
KS_ERR_ASM_PPC_MNEMONICFAIL = 514,
|
|
}
|
|
} |