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

Unified Diff: src/x64/assembler-x64-inl.h

Issue 113635: Remove unreachable x64-specific function. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 7 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/x64/assembler-x64.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/x64/assembler-x64-inl.h
===================================================================
--- src/x64/assembler-x64-inl.h (revision 2017)
+++ src/x64/assembler-x64-inl.h (working copy)
@@ -177,14 +177,6 @@
}
-void Operand::set_dispr(intptr_t disp, RelocInfo::Mode rmode) {
- // This cannot be used in 64-bit mode. A 64-bit displacement
- // cannot be encoded, so relocatable 64-bit values must be
- // loaded as immediates.
- UNIMPLEMENTED();
-}
-
-
Operand::Operand(Register reg) {
// reg
set_modrm(3, reg);
« no previous file with comments | « src/x64/assembler-x64.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698