| Index: src/DartARM32/assembler_arm.h
|
| diff --git a/src/DartARM32/assembler_arm.h b/src/DartARM32/assembler_arm.h
|
| index 46cba565e08e8c3493c24c2defe7d08922671bd9..cc8f6a3b89625596887613bb0df8a0fc97ac9e14 100644
|
| --- a/src/DartARM32/assembler_arm.h
|
| +++ b/src/DartARM32/assembler_arm.h
|
| @@ -481,11 +481,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
|
|
|