| Index: src/ia32/assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/assembler-ia32.h (revision 4699)
|
| +++ src/ia32/assembler-ia32.h (working copy)
|
| @@ -194,7 +194,6 @@
|
| class Immediate BASE_EMBEDDED {
|
| public:
|
| inline explicit Immediate(int x);
|
| - inline explicit Immediate(const char* s);
|
| inline explicit Immediate(const ExternalReference& ext);
|
| inline explicit Immediate(Handle<Object> handle);
|
| inline explicit Immediate(Smi* value);
|
| @@ -551,6 +550,7 @@
|
| // Repetitive string instructions.
|
| void rep_movs();
|
| void rep_stos();
|
| + void stos();
|
|
|
| // Exchange two registers
|
| void xchg(Register dst, Register src);
|
|
|