Skip to content

Commit af7ceea

Browse files
parjongjkotas
authored andcommitted
[x86/Linux] Port asmhelpers.asm (dotnet/coreclr#8489)
This commit ports asmhelpers.asm to x86/Linux. (CallRtlUnwind is currently marked as NYI) Commit migrated from dotnet/coreclr@c28ec8c
1 parent 34d42ed commit af7ceea

File tree

3 files changed

+1057
-0
lines changed

3 files changed

+1057
-0
lines changed

src/coreclr/src/vm/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ else(WIN32)
377377
)
378378
elseif(CLR_CMAKE_TARGET_ARCH_I386)
379379
set(VM_SOURCES_WKS_ARCH_ASM
380+
${ARCH_SOURCES_DIR}/asmhelpers.S
380381
${ARCH_SOURCES_DIR}/gmsasm.S
381382
)
382383
elseif(CLR_CMAKE_TARGET_ARCH_ARM)

0 commit comments

Comments
 (0)