Skip to content

Commit

Permalink
Define AA64PRF0::kRAS.
Browse files Browse the repository at this point in the history
This should have been included in an earlier patch.

Change-Id: I30f3404619915bd6bfa176a91eb21001059c5f4f
  • Loading branch information
jacobbramley committed Dec 17, 2019
1 parent 67c969d commit ee1108d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aarch64/cpu-aarch64.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace aarch64 {

const IDRegister::Field AA64PFR0::kFP(16, Field::kSigned);
const IDRegister::Field AA64PFR0::kAdvSIMD(20, Field::kSigned);
const IDRegister::Field AA64PFR0::kRAS(28);
const IDRegister::Field AA64PFR0::kSVE(32);
const IDRegister::Field AA64PFR0::kDIT(48);

Expand Down

0 comments on commit ee1108d

Please sign in to comment.