| Index: src/DartARM32/assembler_arm.h
|
| diff --git a/src/DartARM32/assembler_arm.h b/src/DartARM32/assembler_arm.h
|
| index fe7418f7ab2bd5a48a3851394b35f01e1a9114c4..77dac05e3f44c04c11e7cf2cd056f0adc2830a49 100644
|
| --- a/src/DartARM32/assembler_arm.h
|
| +++ b/src/DartARM32/assembler_arm.h
|
| @@ -595,9 +595,10 @@ class Assembler : public ValueObject {
|
|
|
| // Miscellaneous instructions.
|
| void clrex();
|
| +#if 0
|
| + // Moved to ARM32::AssemblerARM32::nop().
|
| void nop(Condition cond = AL);
|
|
|
| -#if 0
|
| // Moved to ARM32::AssemblerARM32::bkpt()
|
| // Note that gdb sets breakpoints using the undefined instruction 0xe7f001f0.
|
| void bkpt(uint16_t imm16);
|
|
|