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

Add missing virtual destructors to abstract classes #332

Closed raccog closed 8 months ago

raccog commented 8 months ago

Virtual destructors that were previously missing have been added to the following abstract classes:

This fixes #331.