Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1385)

Unified Diff: src/third_party/libdisasm/ia32_settings.h

Issue 1821293002: Replace libdisasm with capstone Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/third_party/libdisasm/ia32_settings.h
diff --git a/src/third_party/libdisasm/ia32_settings.h b/src/third_party/libdisasm/ia32_settings.h
deleted file mode 100644
index 769c0e9fa057364997d5c081dac89b554954bdeb..0000000000000000000000000000000000000000
--- a/src/third_party/libdisasm/ia32_settings.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef IA32_SETTINGS_H
-#define IA32_SETTINGS_H
-
-#include "libdis.h"
-
-typedef struct {
- /* options */
- unsigned char endian, /* 0 = big, 1 = little */
- wc_byte, /* wildcard byte */
- max_insn, /* max insn size */
- sz_addr, /* default address size */
- sz_oper, /* default operand size */
- sz_byte, /* # bits in byte */
- sz_word, /* # bytes in machine word */
- sz_dword; /* # bytes in machine dword */
- unsigned int id_sp_reg, /* id of stack pointer */
- id_fp_reg, /* id of frame pointer */
- id_ip_reg, /* id of instruction pointer */
- id_flag_reg, /* id of flags register */
- offset_gen_regs, /* start of general regs */
- offset_seg_regs, /* start of segment regs */
- offset_fpu_regs; /* start of floating point regs */
- /* user-controlled settings */
- enum x86_options options;
-} ia32_settings_t;
-
-#endif

Powered by Google App Engine
This is Rietveld 408576698