Skip to content
Snippets Groups Projects
Commit 0d593656 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

ntdll: Fix the fake 32-bit %cs value on ARM64EC.

parent b7a3023c
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ NTSTATUS WINAPI RtlWow64GetThreadSelectorEntry( HANDLE handle, THREAD_DESCRIPTOR
{
/* hardcoded values */
#ifdef __arm64ec__
context.SegCs = 0x33;
context.SegCs = 0x23;
context.SegSs = 0x2b;
context.SegFs = 0x53;
#elif defined(__x86_64__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment