| 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.
|
|
|