rsd-devel / rsd

RSD: RISC-V Out-of-Order Superscalar Processor
Apache License 2.0
934 stars 95 forks source link

Added return statement to GetCommittedRegisterValue #20

Closed odxa20 closed 3 years ago

odxa20 commented 3 years ago

Added return statement to GetCommittedRegisterValue because in my system leaving this out makes the last for loop run forever and causes a segmentation fault due to out of bound access to the debugValue array

reo-pon commented 3 years ago

Thank you for providing your patch! I also added your name to CREDITS.md.

odxa20 commented 3 years ago

Thank you for reviewing my change and for your contribution to this great project. Stay safe.