Make capstone library compile with arm-none-eabi-gcc 4.8

v2
Giovanni Condello 11 years ago
parent 58a0047d43
commit 7c78778cfc
  1. 2
      arch/AArch64/AArch64Disassembler.c
  2. 4
      arch/ARM/ARMDisassembler.c

@ -165,7 +165,7 @@ static DecodeStatus DecodeLDSTPairInstruction(MCInst *Inst,
void *Decoder);
static DecodeStatus DecodeLoadPairExclusiveInstruction(MCInst *Inst,
unsigned Val,
uint32_t Val,
uint64_t Address,
void *Decoder);

@ -349,11 +349,11 @@ static DecodeStatus DecodeT2LDRDPreInstruction(MCInst *Inst,unsigned Insn,
uint64_t Address, const void *Decoder);
static DecodeStatus DecodeT2STRDPreInstruction(MCInst *Inst,unsigned Insn,
uint64_t Address, const void *Decoder);
static DecodeStatus DecodeT2Adr(MCInst *Inst, unsigned Val,
static DecodeStatus DecodeT2Adr(MCInst *Inst, uint32_t Val,
uint64_t Address, const void *Decoder);
static DecodeStatus DecodeT2LdStPre(MCInst *Inst, unsigned Val,
uint64_t Address, const void *Decoder);
static DecodeStatus DecodeT2ShifterImmOperand(MCInst *Inst, unsigned Val,
static DecodeStatus DecodeT2ShifterImmOperand(MCInst *Inst, uint32_t Val,
uint64_t Address, const void *Decoder);
static DecodeStatus DecodeLDR(MCInst *Inst, unsigned Val,

Loading…
Cancel
Save