fix regression (#23483)

This commit is contained in:
gemu 2025-05-28 08:13:08 +02:00 committed by GitHub
parent b822a37a7c
commit 2914554f5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8216,7 +8216,7 @@ startline:
if (ifstck == 1) if_exe[ifstck] = 1;
else if_exe[ifstck] = if_exe[ifstck - 1];
and_or = 0;
if (if_result[ifstck - 1] == 0) {
if (if_exe[ifstck - 1] == 0) {
// not enabled
glob_script_mem.FLAGS.ignore_line = 1;
/*