mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[SDK:ASM][NDK] Adjust the x86 definition of PCR (for UP and MP).
This commit is contained in:
parent
5f477e0e3b
commit
9632235a37
2 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,7 @@ Author:
|
|||
#ifdef CONFIG_SMP
|
||||
#define PCR fs:
|
||||
#else
|
||||
/* Address at KIP0PCRADDRESS */
|
||||
#define PCR ds:[0xFFDFF000]
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue