| Index: src/DartARM32/assembler_arm.h
|
| diff --git a/src/DartARM32/assembler_arm.h b/src/DartARM32/assembler_arm.h
|
| index 175bb3670959128efc15cda0d1e6e32f6818a375..015a7b2414a243701c35be3c884ea51f0a4a91a9 100644
|
| --- a/src/DartARM32/assembler_arm.h
|
| +++ b/src/DartARM32/assembler_arm.h
|
| @@ -478,11 +478,12 @@ class Assembler : public ValueObject {
|
|
|
| void cmn(Register rn, Operand o, Condition cond = AL);
|
|
|
| +#if 0
|
| + // Moved to ARM32::IceAssemblerARM32::orr().
|
| void orr(Register rd, Register rn, Operand o, Condition cond = AL);
|
| void orrs(Register rd, Register rn, Operand o, Condition cond = AL);
|
|
|
| -#if 0
|
| - // Moved to IceAssemblerARM32::mov()
|
| + // Moved to ARM32::IceAssemblerARM32::mov()
|
| void mov(Register rd, Operand o, Condition cond = AL);
|
| void movs(Register rd, Operand o, Condition cond = AL);
|
| #endif
|
|
|