Add comment for total count in example.

RadWolfie 2017-10-21 17:03:44 -05:00
parent c1c4589678
commit 3224924650
1 changed files with 2 additions and 2 deletions

@ -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)