HaxeFoundation / HaxeFoundation/hxcpp
Failue to compile on MacOS under xcode
未关闭
- 主要语言
- 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 还没有评估数据。