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

Unified Diff: runtime/vm/simulator_arm.h

Issue 12541003: - Add a skeleton MIPS assembler, disassembler and simulator. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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
Index: runtime/vm/simulator_arm.h
===================================================================
--- runtime/vm/simulator_arm.h (revision 19556)
+++ runtime/vm/simulator_arm.h (working copy)
@@ -68,8 +68,7 @@
int32_t parameter0,
int32_t parameter1,
int32_t parameter2,
- int32_t parameter3,
- int32_t parameter4);
+ int32_t parameter3);
// Implementation of atomic compare and exchange in the same synchronization
// domain as other synchronization primitive instructions (e.g. ldrex, strex).
@@ -114,7 +113,6 @@
char* stack_;
bool pc_modified_;
int icount_;
- static bool flag_trace_sim_;
static int32_t flag_stop_sim_at_;
SimulatorSetjmpBuffer* last_setjmp_buffer_;

Powered by Google App Engine
This is Rietveld 408576698