dolphin/Source/Core
Ryan Houdek 2c3fa8da28 [AArch64] Fix a bug in the register caches.
This is a bug that crops if BindToRegister() is called multiple times in a row without a R() function call between them.
How to reproduce the bug:
1) Have a completely filled cache with no host register remaining
2) Call BindToRegister() with different guest registers
3) Don't call R() between the BindToRegister() calls.

This issue typically wouldn't be seen for a couple of reasons. Typically we have /plenty/ of registers in the cache, and in most cases we only call
BindToRegister() once per instruction. In the off chance that it is called multiple times, it wouldn't update the last used counts and would flush the
same register as the previous call to it.
2015-08-28 14:36:14 -05:00
..
AudioCommon Merge pull request #2854 from Tilka/valgrind 2015-08-15 20:52:12 +02:00
Common Merge pull request #2914 from JosJuice/fix-volumedirectory 2015-08-26 22:12:23 +02:00
Core [AArch64] Fix a bug in the register caches. 2015-08-28 14:36:14 -05:00
DiscIO Implemented .elf and .dol support in gamelist 2015-08-28 11:10:03 -07:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX Implemented .elf and .dol support in gamelist 2015-08-28 11:10:03 -07:00
InputCommon evdev: don't pass null path to the kernel 2015-08-15 12:51:34 +02:00
UICommon Have the disassembler show the PC next to host instructions. 2015-08-07 02:43:54 -05:00
VideoBackends Vec3: Simplify operator== code 2015-08-28 14:46:40 -04:00
VideoCommon Merge pull request #2918 from lioncash/memcpy 2015-08-28 20:45:15 +02:00
CMakeLists.txt