Skip to content

Commit

Permalink
remove 'option rvc' from hpmcounter tests
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Pedersen <Robin.Pedersen@silabs.com>
  • Loading branch information
silabs-robin committed Feb 27, 2023
1 parent 616399c commit 7f30272
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ int main(int argc, char *argv[])

volatile unsigned int mcycle_count;

__asm__ volatile(".option rvc"); // TODO:ERROR:silabs-robin Why? Should be in Yaml cfg.

//////////////////////////////////////////////////////////////
// Cycle count
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ int main(int argc, char *argv[])

volatile unsigned int mcycle_count;

__asm__ volatile(".option rvc"); // TODO:ERROR:silabs-robin Why? Should be in Yaml cfg.

//////////////////////////////////////////////////////////////
// Cycle count
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ int main(int argc, char *argv[])

volatile unsigned int minstret;

__asm__ volatile(".option rvc"); // TODO:ERROR:silabs-robin Why? Should be in Yaml cfg.

//////////////////////////////////////////////////////////////
// Count load use hazards
Expand Down

0 comments on commit 7f30272

Please sign in to comment.