mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-06 02:26:30 +00:00
emit_x64: Amend doxygen parameters for InvalidateCacheRange() (#116)
This commit is contained in:
@@ -58,8 +58,7 @@ public:
|
||||
|
||||
/**
|
||||
* Invalidate the cache at a range of addresses.
|
||||
* @param start_address The starting address of the range to invalidate.
|
||||
* @param length The length (in bytes) of the range to invalidate.
|
||||
* @param range The range of addresses to invalidate the cache at.
|
||||
*/
|
||||
void InvalidateCacheRange(const Common::AddressRange& range);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user