Skip to content

Commit

Permalink
remove fastcall from RhpHijackForGcStress
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Jun 26, 2024
1 parent d888cdf commit 07f4258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/nativeaot/Runtime/i386/GcProbe.asm
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ _RhpGcStressHijack@0 proc public

_RhpGcStressHijack@0 endp

FASTCALL_FUNC RhpHijackForGcStress, 0
_RhpHijackForGcStress@0 proc public
push ebp
mov ebp, esp

Expand Down Expand Up @@ -307,7 +307,7 @@ FASTCALL_FUNC RhpHijackForGcStress, 0
pop edx
pop ebp
ret
FASTCALL_ENDFUNC
_RhpHijackForGcStress@0 endp
endif ;; FEATURE_GC_STRESS

end

0 comments on commit 07f4258

Please sign in to comment.