Skip to content

Commit ca52149

Browse files
committed
remove fastcall from RhpHijackForGcStress
1 parent 4daf9cd commit ca52149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coreclr/nativeaot/Runtime/i386/GcProbe.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ _RhpGcStressHijack@0 proc public
272272

273273
_RhpGcStressHijack@0 endp
274274

275-
FASTCALL_FUNC RhpHijackForGcStress, 0
275+
_RhpHijackForGcStress@0 proc public
276276
push ebp
277277
mov ebp, esp
278278

@@ -307,7 +307,7 @@ FASTCALL_FUNC RhpHijackForGcStress, 0
307307
pop edx
308308
pop ebp
309309
ret
310-
FASTCALL_ENDFUNC
310+
_RhpHijackForGcStress@0 endp
311311
endif ;; FEATURE_GC_STRESS
312312

313313
end

0 commit comments

Comments
 (0)