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

Unified Diff: runtime/vm/assembler_ia32.h

Issue 1263513002: VM: Load allocation-top and -end via Thread. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: fixed cc tests Created 5 years, 4 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/assembler_ia32.h
diff --git a/runtime/vm/assembler_ia32.h b/runtime/vm/assembler_ia32.h
index 24ba40e11f4130f723d746076a9f5f8c45f23f05..c85248f359a61f2bc08508abb6038b646d45bfe5 100644
--- a/runtime/vm/assembler_ia32.h
+++ b/runtime/vm/assembler_ia32.h
@@ -910,7 +910,8 @@ class Assembler : public ValueObject {
Label* failure,
bool near_jump,
Register instance,
- Register end_address);
+ Register end_address,
+ Register temp);
// Debugging and bringup support.
void Stop(const char* message);

Powered by Google App Engine
This is Rietveld 408576698