mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +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 */
|
||||
BucketValue = (PULONG)((ULONG_PTR)Profile->Buffer +
|
||||
((ProgramCounter - (ULONG_PTR)Profile->RangeBase)
|
||||
>> Profile->BucketShift) &~ 0x3);
|
||||
(((ProgramCounter - (ULONG_PTR)Profile->RangeBase)
|
||||
>> Profile->BucketShift) &~ 0x3));
|
||||
|
||||
/* Increment the value */
|
||||
(*BucketValue)++;
|
||||
|
|
Loading…
Reference in a new issue