emit_x64: Amend doxygen parameters for InvalidateCacheRange() (#116)

This commit is contained in:
Mat M 2017-11-12 03:08:23 -05:00 committed by MerryMage
parent 49b9a419de
commit 77fe2aeeaa

View file

@ -58,8 +58,7 @@ public:
/** /**
* Invalidate the cache at a range of addresses. * Invalidate the cache at a range of addresses.
* @param start_address The starting address of the range to invalidate. * @param range The range of addresses to invalidate the cache at.
* @param length The length (in bytes) of the range to invalidate.
*/ */
void InvalidateCacheRange(const Common::AddressRange& range); void InvalidateCacheRange(const Common::AddressRange& range);