TBR'ed. On Mon, Jun 15, 2009 at 10:15 AM, <[email protected]> wrote: > Reviewers: Lasse Reichstein, > > Description: > Fix x64 build. > > Please review this at http://codereview.chromium.org/126114 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M src/x64/codegen-x64.h > M src/x64/codegen-x64.cc > > > Index: src/x64/codegen-x64.cc > =================================================================== > --- src/x64/codegen-x64.cc (revision 2158) > +++ src/x64/codegen-x64.cc (working copy) > @@ -373,6 +373,10 @@ > UNIMPLEMENTED(); > } > > +void CodeGenerator::GenerateRandomPositiveSmi(ZoneList<Expression*>* a) { > + UNIMPLEMENTED(); > +} > + > void CodeGenerator::GenerateSetValueOf(ZoneList<Expression*>* a) { > UNIMPLEMENTED(); > } > Index: src/x64/codegen-x64.h > =================================================================== > --- src/x64/codegen-x64.h (revision 2158) > +++ src/x64/codegen-x64.h (working copy) > @@ -524,6 +524,8 @@ > > void GenerateLog(ZoneList<Expression*>* args); > > + // Fast support for Math.random(). > + void GenerateRandomPositiveSmi(ZoneList<Expression*>* args); > > // Methods and constants for fast case switch statement support. > // > > >
--~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
