mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
emit_x64: Amend doxygen parameters for InvalidateCacheRange() (#116)
This commit is contained in:
parent
49b9a419de
commit
77fe2aeeaa
@ -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);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user