mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-25 23:06:23 +02:00
* Added breakpad support for Linux.
This commit is contained in:
13
thirdparty/breakpad/third_party/libdisasm/ia32_settings.c
vendored
Normal file
13
thirdparty/breakpad/third_party/libdisasm/ia32_settings.c
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "libdis.h"
|
||||
#include "ia32_settings.h"
|
||||
#include "ia32_reg.h"
|
||||
#include "ia32_insn.h"
|
||||
|
||||
ia32_settings_t ia32_settings = {
|
||||
1, 0xF4,
|
||||
MAX_INSTRUCTION_SIZE,
|
||||
4, 4, 8, 4, 8,
|
||||
REG_ESP_INDEX, REG_EBP_INDEX, REG_EIP_INDEX, REG_FLAGS_INDEX,
|
||||
REG_DWORD_OFFSET, REG_SEG_OFFSET, REG_FPU_OFFSET,
|
||||
opt_none
|
||||
};
|
Reference in New Issue
Block a user