X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=x32.patch;h=74c216e939d46df9950947048d0b1b58b65df615;hb=9df7e7ff9a8fc7d9d8a75858f7a87f3b81c9274e;hp=0dcb994797e3363200b5456432a62e40eac7e0f4;hpb=90b9ff25a708fd1cdb0dbc37da57c099947d24df;p=packages%2Fclamav.git diff --git a/x32.patch b/x32.patch index 0dcb994..74c216e 100644 --- a/x32.patch +++ b/x32.patch @@ -1,14 +1,14 @@ ---- clamav-0.98.7/libclamav/bytecode_vm.c~ 2015-04-22 21:50:01.000000000 +0200 -+++ clamav-0.98.7/libclamav/bytecode_vm.c 2015-05-03 21:40:54.448612567 +0200 -@@ -1248,7 +1248,11 @@ +--- clamav-0.100.1/libclamav/bytecode_vm.c~ 2018-06-27 21:12:10.000000000 +0200 ++++ clamav-0.100.1/libclamav/bytecode_vm.c 2018-07-26 10:48:10.316153596 +0200 +@@ -1248,7 +1248,11 @@ int cli_vm_execute(const struct cli_bc * gettimeofday(&tv1, NULL); tv1.tv_sec -= tv0.tv_sec; tv1.tv_usec -= tv0.tv_usec; +#ifdef __ILP32__ + cli_dbgmsg("intepreter bytecode run finished in %lluus, after executing %u opcodes\n", +#else - cli_dbgmsg("intepreter bytecode run finished in %luus, after executing %u opcodes\n", + cli_dbgmsg("interpreter bytecode run finished in %luus, after executing %u opcodes\n", +#endif - tv1.tv_sec*1000000 + tv1.tv_usec, pc); + tv1.tv_sec * 1000000 + tv1.tv_usec, pc); } if (stop == CL_EBYTECODE) {