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

Unified Diff: src/assembler_ia32.h

Issue 1017373002: Subzero: Assemble calls to constant addresses. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: move test back Created 5 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
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | src/assembler_ia32.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler_ia32.h
diff --git a/src/assembler_ia32.h b/src/assembler_ia32.h
index a6a0bb4da651bf65ac7756a8c3de3243ed398c8f..1781b47e75a1a8ef37e00d968168b6ef6c689719 100644
--- a/src/assembler_ia32.h
+++ b/src/assembler_ia32.h
@@ -475,6 +475,7 @@ public:
void call(GPRRegister reg);
void call(const Address &address);
void call(const ConstantRelocatable *label);
+ void call(const Immediate &abs_address);
static const intptr_t kCallExternalLabelSize = 5;
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | src/assembler_ia32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698