HaxeFoundation / HaxeFoundation/hxcpp
Failue to compile on MacOS under xcode
Open
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.