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

Unified Diff: include/opcode/i386.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 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
« no previous file with comments | « include/opcode/hppa.h ('k') | include/opcode/i960.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/opcode/i386.h
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index ad6d3c6755ffd92e12ab76ff84b13f6a5ed21b93..6021002bc7f698b2cbcf8173688515a67273420f 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -78,6 +78,7 @@
#define REPE_PREFIX_OPCODE 0xf3
#define XACQUIRE_PREFIX_OPCODE 0xf2
#define XRELEASE_PREFIX_OPCODE 0xf3
+#define BND_PREFIX_OPCODE 0xf2
#define TWO_BYTE_OPCODE_ESCAPE 0x0f
#define NOP_OPCODE (char) 0x90
« no previous file with comments | « include/opcode/hppa.h ('k') | include/opcode/i960.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698