Compilation fix
This commit is contained in:
parent
a890a5699d
commit
b765b4c05e
@ -60,6 +60,7 @@ int code_decode(Code * code, int raw);
|
||||
int code_decode_at(Code * code, char const * section, off_t offset,
|
||||
size_t size, off_t base);
|
||||
int code_decode_buffer(Code * code, char const * buffer, size_t size);
|
||||
int code_print(Code * code, ArchInstructionCall * call);
|
||||
int code_print(Code * code, ArchDescription * description,
|
||||
ArchInstructionCall * call);
|
||||
|
||||
#endif /* !ASM_CODE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user