Commit 9677865
Widen the generated-code alignment check
REDIM PRESERVE, string concatenation, PRINT USING, SWAP and a fixed-length
string assignment all make calls from sequences that manipulate rsp, and all
already pair an odd push with `sub rsp, 8`. Covering them keeps that true.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 1566b42 commit 9677865
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1081 | 1081 | | |
1082 | 1082 | | |
1083 | 1083 | | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
1084 | 1090 | | |
1085 | 1091 | | |
1086 | 1092 | | |
| |||
0 commit comments