commit 5c24d0e0e8c877e03e5a0164c5d541420e159f43
Author: Cacodemon345 <wahil1976@outlook.com>
Date:   Tue Jun 2 15:13:19 2026 +0600

    NDR: Align stack to 16 bytes before calling memory load C functions
    
    Reference:
    https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2008/ew5tede7(v=vs.90)
    
    "The stack will always be maintained 16-byte aligned, except within the prolog (for example, after the return address is pushed), and except where indicated in Function Types for a certain class of frame functions."
    
    Fixes crashes when Voodoo 3 drivers load in 98 SE if compiled with Clang, and makes it consistent with the behaviour of store blocks.

 src/codegen_new/codegen_backend_x86-64.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
