| Index: src/DartARM32/assembler_arm.h
|
| diff --git a/src/DartARM32/assembler_arm.h b/src/DartARM32/assembler_arm.h
|
| index 61ac1bfe43b80e10a2b376e49abab06dc6c8cbe9..6ef799e573be9a01b01312fa62841589431257f7 100644
|
| --- a/src/DartARM32/assembler_arm.h
|
| +++ b/src/DartARM32/assembler_arm.h
|
| @@ -1320,7 +1320,9 @@ class Assembler : public ValueObject {
|
| #if 0
|
| // Added the following missing operations:
|
| //
|
| - // ARM32::AssemblerARM::uxt() (uxtb and uxth).
|
| + // ARM32::AssemblerARM32::uxt() (uxtb and uxth).
|
| + // ARM32::AssemblerARM32::vpop()
|
| + // ARM32::AssemblerARM32::vpush()
|
| // ARM32::AssemblerARM:rbit().
|
| #endif
|
|
|
|
|