rizin/libr/asm/arch/arm/asm-arm.h
AntonDevil 78da2985e8 fix #2257 arm asm
There was type mismatch between declaration and definition
2015-03-30 11:57:34 +02:00

8 lines
149 B
C

#ifndef _INCLUDE_ARMASS_H_
#define _INCLUDE_ARMASS_H_
#include <r_types_base.h>
int armass_assemble(const char *str, ut64 off, int thumb);
#endif