Skip to content

Add defined behavior for MRET in DEBUG mode

Eclipse Webmaster requested to merge github/fork/eroom1966/master into master

Created by: eroom1966

the behavior of MRET in DEBUG mode is unspecified. We have added 3 possible behaviors

  • NOP
  • JMP vector
  • ILLOP & JMP vector

For cv32e40p this should b JMP to vector, this fixes an issue raised by @silabs-oysteink

Merge request reports

Loading