We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c94dc1 commit 15543edCopy full SHA for 15543ed
1 file changed
src/coreclr/nativeaot/Runtime/i386/AsmMacros.inc
@@ -165,8 +165,6 @@ RhpWaitForGC2 equ @RhpWaitForGC2@4
165
RhpTrapThreads equ _RhpTrapThreads
166
RhpStressGc equ @RhpStressGc@0
167
RhpGcPoll2 equ @RhpGcPoll2@4
168
-RhHandleGet equ @RhHandleGet@4
169
-RhpGcSafeZeroMemory equ @RhpGcSafeZeroMemory@8
170
171
ifdef FEATURE_GC_STRESS
172
THREAD__HIJACKFORGCSTRESS equ ?HijackForGcStress@Thread@@SGXPAUPAL_LIMITED_CONTEXT@@@Z
@@ -184,9 +182,6 @@ EXTERN RhThrowEx : PROC
184
182
EXTERN RhRethrow : PROC
185
183
EXTERN RhpGcPoll2 : PROC
186
187
-EXTERN RhHandleGet : PROC
188
-EXTERN RhpGcSafeZeroMemory : PROC
189
-
190
191
EXTERN THREAD__HIJACKFORGCSTRESS : PROC
192
EXTERN RhpStressGc : PROC
0 commit comments