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

Unified Diff: opcodes/rl78-decode.opc

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 | « opcodes/rl78-decode.c ('k') | opcodes/rl78-dis.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: opcodes/rl78-decode.opc
diff --git a/opcodes/rl78-decode.opc b/opcodes/rl78-decode.opc
index c5cdf296b3dcc550d72ae85152d6d3c426162eaa..1fe84a6b12320bdb2fc70ffa15d18c54e70bfbd6 100644
--- a/opcodes/rl78-decode.opc
+++ b/opcodes/rl78-decode.opc
@@ -1,9 +1,8 @@
/* -*- c -*- */
+#include "sysdep.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-
-#include "config.h"
#include "ansidecl.h"
#include "opcode/rl78.h"
@@ -888,6 +887,11 @@ rl78_decode_opcode (unsigned long pc AU,
/*----------------------------------------------------------------------*/
+/** 0111 0001 1100 0000 not1 cy */
+ ID(xor); DCY(); SC(1);
+
+/*----------------------------------------------------------------------*/
+
/** 1110 0101 oneb %e0%!0 */
ID(mov); DM(None, IMMU(2)); SC(1);
« no previous file with comments | « opcodes/rl78-decode.c ('k') | opcodes/rl78-dis.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698