summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/PageFaultTest.cpp
AgeCommit message (Collapse)Author
2017-01-07Add the g_ prefix to the jit globalLéo Lam
Jan 04 22:55:01 <leoetlino> fwiw, it looks like there are new warnings in the RegCache code Jan 04 22:55:04 <leoetlino> Source/Core/Core/PowerPC/Jit64/FPURegCache.cpp:13:33: warning: declaration shadows a variable in the global namespace [-Wshadow] Jan 04 22:56:19 <@Lioncash> yeah, the jit global should have a g_ prefix. This fixes shadowing warnings and adds the g_ prefix to a global.
2016-08-07Common: namespace MemoryUtilLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-11-19Enable the page fault test on targets that aren't x86_64Ryan Houdek
2015-06-07Remove ARMv7 support.Ryan Houdek
2015-05-25Add missing license headersTillmann Karras
2015-03-01Fix include order of files outside of Source/CoreTillmann Karras
2014-10-19Add a test for page fault handling.comex
This both tests that they work correctly and prints timing information if you run it manually.