| Index: src/trusted/validator_arm/actual_classes.h
|
| ===================================================================
|
| --- src/trusted/validator_arm/actual_classes.h (revision 8517)
|
| +++ src/trusted/validator_arm/actual_classes.h (working copy)
|
| @@ -260,11 +260,12 @@
|
| inline ImmediateBic() {}
|
| virtual ~ImmediateBic() {}
|
|
|
| + // TODO(karl) Determine why we ever allowed BIC to directly write PC.
|
| // ImmediateBic is exempted from the writes-r15 check.
|
| - virtual SafetyLevel safety(Instruction i) const {
|
| - UNREFERENCED_PARAMETER(i);
|
| - return MAY_BE_SAFE;
|
| - }
|
| + // virtual SafetyLevel safety(Instruction i) const {
|
| + // UNREFERENCED_PARAMETER(i);
|
| + // return MAY_BE_SAFE;
|
| + // }
|
| virtual bool clears_bits(Instruction i, uint32_t mask) const;
|
|
|
| private:
|
|
|