Commit d2dc10d
Fix StackPointer assembly for ARM64 Windows only
Add specific case for CPU(ARM64) && OS(WINDOWS) that removes the
.previous directive which is not supported by LLVM ARM64 assembler
on Windows. Keep .previous for all other platforms where it's needed.
Fixes: <inline asm>(7,1): error: unknown directive .previous
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 6e46df3 commit d2dc10d
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
99 | 110 | | |
100 | 111 | | |
101 | 112 | | |
| |||
0 commit comments