Skip to content

x86: Fixed bug where hp1 object was used after being freed

This merge Request fixes a bug in compiler/x86/aoptx86.pas where a tai-class object was being used after it had just been freed. This caused numerous failures when the compiler was built under the -CR option and unpredictable behaviour when it wasn't.

Criteria

Confirm correct compilation under -CR (or the full -CriotR).

Merge request reports