Skip to content

[Refactor] Fixed internal error number clash (2022102110)

Summary

This merge request fixes an internal error number clash in the x86 code generator that was caused by a lazy copy-paste of a case block.

System

  • Processor architecture: i386, x86_64

What is the current bug behavior?

If internal error 2022102110 is triggered, a search for it will yield 2 different blocks of code (one in tx86addnode.second_addordinal and one in tx86inlinenode.second_AndOrXorShiftRot_assign), thus complicating debugging.

What is the behavior after applying this patch?

The internal error in tx86inlinenode.second_AndOrXorShiftRot_assign is now 2022102120.

Edited by J. Gareth "Kit" Moreton

Merge request reports