Skip to content

Commit

Permalink
__guard_check_icall_fptr works just fine on mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Dec 30, 2023
1 parent 8852479 commit bf93f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion objc_msgSend.x86-32.S
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
test %eax, %eax
jz 5f # Nil slot - invoke some kind of forwarding mechanism
mov SLOT_OFFSET(%eax), %ecx
#ifdef _MSC_VER
#ifdef _WIN32
call *CDECL(__guard_check_icall_fptr)
#endif
jmp *%ecx
Expand Down
2 changes: 1 addition & 1 deletion objc_msgSend.x86-64.S
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@

12:
#endif // WITH_TRACING
#ifdef _MSC_VER
#ifdef _WIN64
mov %r10, %rax
jmp *__guard_dispatch_icall_fptr(%rip)
#else
Expand Down

0 comments on commit bf93f18

Please sign in to comment.