mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.49k stars 270 forks source link

Fix crash when hovering over the cache statistics chart while empty #324

Closed raccog closed 8 months ago

raccog commented 8 months ago

This crash would occur when hovering over the cache statistics chart when there are no points on it (fixes #322).

Thanks to @margheritarufi for reporting!