From 322492465099ccdf85914199568cef4f2ed213ba Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Sat, 21 Oct 2017 17:03:44 -0500 Subject: [PATCH] Add comment for total count in example. --- Maintaining-OOVPA's-for-HLE-function-detection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Maintaining-OOVPA's-for-HLE-function-detection.md b/Maintaining-OOVPA's-for-HLE-function-detection.md index 20482a8..5230d3a 100644 --- a/Maintaining-OOVPA's-for-HLE-function-detection.md +++ b/Maintaining-OOVPA's-for-HLE-function-detection.md @@ -58,7 +58,7 @@ OOVPA_END; ``` For example ```c -OOVPA_NO_XREF(DirectSoundCreate, 3936, 10) +OOVPA_NO_XREF(DirectSoundCreate, 3936, 10) //(1 xref entry + 9 Offset and Value) // DirectSoundCreate+0x23 : add eax, 8 { 0x23, 0x83 }, @@ -97,7 +97,7 @@ OOVPA_END; ``` For example ```c -OOVPA_XREF(CDirectSoundBuffer_GetStatus, 3936, 10, +OOVPA_XREF(CDirectSoundBuffer_GetStatus, 3936, 10, //(1 xref entry + 9 Offset and Value) XREF_CDirectSoundBuffer_GetStatus, XRefOne)