mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:45:50 +00:00
[FREELDR][NETKVM][ATL_APITEST] Pick the GCC code path for clang in some cases. CORE-17202
This commit is contained in:
parent
a81788e5bf
commit
794d00c303
3 changed files with 3 additions and 3 deletions
|
@ -676,7 +676,7 @@ WinLdrSetProcessorContext(void)
|
|||
__lidt(&IdtDesc);
|
||||
|
||||
/* Jump to proper CS and clear prefetch queue */
|
||||
#if defined(__GNUC__)
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
asm("ljmp $0x08, $1f\n"
|
||||
"1:\n");
|
||||
#elif defined(_MSC_VER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue