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

Unified Diff: src/arm/simulator-arm.h

Issue 500095: As a first step towards implementing thumb2, add code for... Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years 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/arm/simulator-arm.h
===================================================================
--- src/arm/simulator-arm.h (revision 3473)
+++ src/arm/simulator-arm.h (working copy)
@@ -233,6 +233,7 @@
// Executes one instruction.
void InstructionDecode(Instr* instr);
+ void InstructionDecode(ThumbInstr* instr);
// Runtime call support.
static void* RedirectExternalReference(void* external_function,
@@ -269,6 +270,7 @@
char* stack_;
bool pc_modified_;
int icount_;
+ bool thumb_mode_;
static bool initialized_;
// Registered breakpoints.

Powered by Google App Engine
This is Rietveld 408576698