mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
7 lines
204 B
Ruby
7 lines
204 B
Ruby
# For Keystone Engine. AUTO-GENERATED FILE, DO NOT EDIT [mips_const.rb]
|
|
|
|
module Keystone
|
|
KS_ERR_ASM_MIPS_INVALIDOPERAND = 512
|
|
KS_ERR_ASM_MIPS_MISSINGFEATURE = 513
|
|
KS_ERR_ASM_MIPS_MNEMONICFAIL = 514
|
|
end |