Re: [PATCH v2 1/8] gdb/testsuite: Add Windows replacement for aligned_alloc
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Hannes" == Hannes Domani <[email protected]> writes: Hannes> _aligned_malloc has swapped arguments, and you have to use _aligned_free Hannes> to free the memory afterwards. Hannes> This is enough to make i386-sse.exp pass, and i386-avx.exp will pass at Hannes> the end of this series. Ok. Approved-By: Tom Tromey <[email protected]> Tom