Skip to content

Commit

Permalink
darwin: Fix name mangling in cpudetect.s
Browse files Browse the repository at this point in the history
  • Loading branch information
rversteegen authored and jayrm committed Jul 17, 2021
1 parent e9d9d67 commit 78435dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtlib/x86/cpudetect.s
Expand Up @@ -11,7 +11,7 @@ detected_cpu: .long 0 /* bits 0-27: low 24 bits of feature flags (CPUID eax =
.text

/* unsigned int fb_CpuDetect(void); */
#if defined HOST_DOS || defined HOST_WIN32 || defined HOST_XBOX
#if defined HOST_DOS || defined HOST_WIN32 || defined HOST_XBOX || defined HOST_DARWIN
.globl _fb_CpuDetect
_fb_CpuDetect:
#else
Expand Down

0 comments on commit 78435dc

Please sign in to comment.