HaxeFoundation / HaxeFoundation/hxcpp

Failue to compile on MacOS under xcode

未关闭
#1,237 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C++
星标
330
派生
227
平均合并
2 天 16 小时
30 天内合并 PR
18

描述

In GcRecCapture

```
asm ("movq %%rbx, %0\n\t" : "=r" (regBx) );
asm ("movq %%rbp, %0\n\t" : "=r" (regBp) );
asm ("movq %%rdi, %0\n\t" : "=r" (regDi) );
asm ("movq %%r12, %0\n\t" : "=r" (reg12) );
asm ("movq %%r13, %0\n\t" : "=r" (reg13) );
asm ("movq %%r14, %0\n\t" : "=r" (reg14) );
asm ("movq %%r15, %0\n\t" : "=r" (reg15) );
```

won't compile under macos in xcode. Under iOS this path is not selected so not a problem.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。