mirror of
https://github.com/reactos/reactos.git
synced 2025-06-19 13:55:27 +00:00
[NTOS]
- Fix GCC build svn path=/trunk/; revision=68860
This commit is contained in:
parent
e693a9b767
commit
6d331859f3
1 changed files with 2 additions and 2 deletions
|
@ -331,8 +331,8 @@ KiParseProfileList(IN PKTRAP_FRAME TrapFrame,
|
||||||
|
|
||||||
/* Get the Pointer to the Bucket Value representing this Program Counter */
|
/* Get the Pointer to the Bucket Value representing this Program Counter */
|
||||||
BucketValue = (PULONG)((ULONG_PTR)Profile->Buffer +
|
BucketValue = (PULONG)((ULONG_PTR)Profile->Buffer +
|
||||||
((ProgramCounter - (ULONG_PTR)Profile->RangeBase)
|
(((ProgramCounter - (ULONG_PTR)Profile->RangeBase)
|
||||||
>> Profile->BucketShift) &~ 0x3);
|
>> Profile->BucketShift) &~ 0x3));
|
||||||
|
|
||||||
/* Increment the value */
|
/* Increment the value */
|
||||||
(*BucketValue)++;
|
(*BucketValue)++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue