File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1017,6 +1017,7 @@ NdGetOperandMini(
10171017}
10181018
10191019
1020+ #ifndef BDDISASM_NO_MNEMONIC
10201021//
10211022// NdGetMnemonicMini
10221023//
@@ -1040,3 +1041,4 @@ NdGetMnemonicMini(
10401041
10411042 return NdIdbeGetMnemonic (pIdbe -> Mnemonic );
10421043}
1044+ #endif
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ NdIdbeGetEntry(
2727}
2828
2929
30+ #ifndef BDDISASM_NO_MNEMONIC
3031//
3132// NdIdbeGetMnemonic
3233//
@@ -42,3 +43,4 @@ NdIdbeGetMnemonic(
4243
4344 return gMnemonics [Index ];
4445}
46+ #endif
Original file line number Diff line number Diff line change @@ -133,10 +133,12 @@ NdGetOperandMini(
133133 ND_OPERAND * Operand
134134);
135135
136+ #ifndef BDDISASM_NO_MNEMONIC
136137const char *
137138NdGetMnemonicMini (
138139 const INSTRUX_MINI * Instrux
139140);
141+ #endif
140142
141143
142144#endif // BDX86_API_MINI_H
You can’t perform that action at this time.
0 commit comments