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

Unified Diff: include/opcode/i386.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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/crx.h ('k') | include/opcode/m68hc11.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 b635334e41ddd6d453e3f1a7422c1dbcb37eb313..ad6d3c6755ffd92e12ab76ff84b13f6a5ed21b93 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -76,6 +76,8 @@
#define SS_PREFIX_OPCODE 0x36
#define REPNE_PREFIX_OPCODE 0xf2
#define REPE_PREFIX_OPCODE 0xf3
+#define XACQUIRE_PREFIX_OPCODE 0xf2
+#define XRELEASE_PREFIX_OPCODE 0xf3
#define TWO_BYTE_OPCODE_ESCAPE 0x0f
#define NOP_OPCODE (char) 0x90
« no previous file with comments | « include/opcode/crx.h ('k') | include/opcode/m68hc11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698