From 77fe2aeeaa130a35df9060c4151969bd8636cd40 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);