Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(482)

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

Issue 203001: Added libdisasm to the repository. This library is no longer under developmen... (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: '' Created 14 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/third_party/libdisasm/ia32_modrm.h
===================================================================
--- src/third_party/libdisasm/ia32_modrm.h (revision 0)
+++ src/third_party/libdisasm/ia32_modrm.h (revision 0)
@@ -0,0 +1,13 @@
+#ifndef IA32_MODRM_H
+#define IA32_MODRM_H
+
+#include "libdis.h"
+#include "ia32_insn.h"
+
+size_t ia32_modrm_decode( unsigned char *buf, unsigned int buf_len,
+ x86_op_t *op, x86_insn_t *insn,
+ size_t gen_regs );
+
+void ia32_reg_decode( unsigned char byte, x86_op_t *op, size_t gen_regs );
+
+#endif

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted