about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2024-05-02 16:15:02 +0800
committerGitHub <noreply@github.com>2024-05-02 10:15:02 +0200
commite148e89091a2ddb9fe6056d0d69258c307894b9a (patch)
treefa5d5fae5c451073cc3b6a0ad77d82f2b00d33a7 /src
parent1d0614f0f358cc9d7837b82a1b849d06bea9f9e4 (diff)
downloadbox64-e148e89091a2ddb9fe6056d0d69258c307894b9a.tar.gz
box64-e148e89091a2ddb9fe6056d0d69258c307894b9a.zip
[RV64_DYNAREC] Remove useless code (#1484)
Diffstat (limited to 'src')
-rw-r--r--src/dynarec/rv64/dynarec_rv64_helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dynarec/rv64/dynarec_rv64_helper.h b/src/dynarec/rv64/dynarec_rv64_helper.h
index e85ae435..350f6bd7 100644
--- a/src/dynarec/rv64/dynarec_rv64_helper.h
+++ b/src/dynarec/rv64/dynarec_rv64_helper.h
@@ -934,7 +934,6 @@
             BEQ(x3, xZR, j64);                      \
         }                                           \
         CALL_(UpdateFlags, -1, 0);                  \
-        FLAGS_ADJUST_FROM11(xFlags, xFlags, x3);    \
         MARKF;                                      \
         dyn->f.pending = SF_SET;                    \
         SET_DFOK();                                 \