From: Debbie W. <deb...@ho...> - 2018-11-21 19:58:44
|
There is a small amount of code for 808x CPUs that relies on the undefined features. ________________________________ From: Michael Bradshaw via Nasm-devel <nas...@li...> Sent: 21 November 2018 19:18 To: nas...@li... Subject: [Nasm-devel] [PATCH] Fix undefined behavior when shifting left by 32 bits Hi, Attached patch fixes issue 3392368 (see [1]), where a left shift results in undefined behavior. Please review. This is my first patch submission to nasm, so if I'm going about this incorrectly, please let me know. Thanks, --Michael [1]: https://bugzilla.nasm.us/show_bug.cgi?id=3392368 |