Added header file declarations and .exports entries

for the new APIs offered by the enhanced disassembler
for inspecting operands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95606 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Callanan
2010-02-08 23:34:25 +00:00
parent 3c280fccf9
commit 01cd79fe1b
3 changed files with 52 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ int EDRegisterOperandValue(unsigned *value,
return 0;
}
int EDImmedateOperandValue(uint64_t *value,
int EDImmediateOperandValue(uint64_t *value,
EDOperandRef operand) {
if(!operand->isImmediate())
return -1;