Added: #2497 - AS3 - temp variables for better handling swap/dup instructions

This commit is contained in:
Jindra Petřík
2025-09-01 23:18:31 +02:00
parent db0de0722f
commit b7d02b75c5

View File

@@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file.
- show type after colon, not in parenthesis
- view bytes length in bytes fields
- [#2526] Option to disable drag & drop from Resources view to avoid problems on Mac OS
- [#2497] AS3 - temp variables for better handling swap/dup instructions
### Fixed
- [#2474] Gotos incorrectly decompiled
@@ -3994,6 +3995,7 @@ Major version of SWF to XML export changed to 2.
[#2504]: https://www.free-decompiler.com/flash/issues/2504
[#2519]: https://www.free-decompiler.com/flash/issues/2519
[#2526]: https://www.free-decompiler.com/flash/issues/2526
[#2497]: https://www.free-decompiler.com/flash/issues/2497
[#2474]: https://www.free-decompiler.com/flash/issues/2474
[#2480]: https://www.free-decompiler.com/flash/issues/2480
[#2338]: https://www.free-decompiler.com/flash/issues/2338