From c53e0a87687def2fc3a9572e43ea29bf236f973c Mon Sep 17 00:00:00 2001 From: Mat M Date: Sun, 12 Nov 2017 03:08:23 -0500 Subject: [PATCH] emit_x64: Amend doxygen parameters for InvalidateCacheRange() (#116) --- src/backend_x64/emit_x64.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/backend_x64/emit_x64.h b/src/backend_x64/emit_x64.h index ac087313..91cfde38 100644 --- a/src/backend_x64/emit_x64.h +++ b/src/backend_x64/emit_x64.h @@ -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);