summaryrefslogtreecommitdiffstats
path: root/src/core/memory_hook.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Move PageTable struct into Common.bunnei2019-03-171-11/+0
|
* memory_hook: Default virtual destructor in the cpp fileLioncash2018-05-031-0/+11
Prevents creating multiple copies of the vtable in every translation unit that uses the class. Also silences a -Wweak-vtables warning