]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD syscall: remove duplicate dead code from sysarch PRE wrapper
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 10 Jul 2025 18:20:20 +0000 (20:20 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 10 Jul 2025 18:20:20 +0000 (20:20 +0200)
Probably a copy and paste error.

coregrind/m_syswrap/syswrap-amd64-freebsd.c

index 4c69e762bdd980b93cdc19a35c0552dca7465552..21f22b5a8b62b92003d08e71d8cff4eea1525f7c 100644 (file)
@@ -183,9 +183,6 @@ PRE(sys_sysarch)
          SET_STATUS_Failure( VKI_EINVAL );
       }
       break;
-
-      PRINT("sys_amd64_set_tlsbase ( %#lx )", ARG2);
-      break;
    default:
       VG_(message) (Vg_UserMsg, "unhandled sysarch cmd %lu", ARG1);
       VG_(unimplemented) ("unhandled sysarch cmd");