mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 16:50:11 +02:00
* Added breakpad support for Linux.
This commit is contained in:
11
thirdparty/breakpad/third_party/libdisasm/ia32_operand.h
vendored
Normal file
11
thirdparty/breakpad/third_party/libdisasm/ia32_operand.h
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef IA32_OPERAND_H
|
||||
#define IA32_OPERAND_H
|
||||
|
||||
#include "libdis.h"
|
||||
#include "ia32_insn.h"
|
||||
|
||||
size_t ia32_decode_operand( unsigned char *buf, size_t buf_len,
|
||||
x86_insn_t *insn, unsigned int raw_op,
|
||||
unsigned int raw_flags, unsigned int prefixes,
|
||||
unsigned char modrm );
|
||||
#endif
|
Reference in New Issue
Block a user