Revision ec6338ba linux-user/main.c

b/linux-user/main.c
1855 1855
           "-drop-ld-preload  drop LD_PRELOAD for target process\n"
1856 1856
           "\n"
1857 1857
           "debug options:\n"
1858
#ifdef USE_CODE_COPY
1859
           "-no-code-copy   disable code copy acceleration\n"
1860
#endif
1861 1858
           "-d options   activate log (logfile=%s)\n"
1862 1859
           "-p pagesize  set the host page size to 'pagesize'\n",
1863 1860
           TARGET_ARCH,
......
1956 1953
        } else if (!strcmp(r, "drop-ld-preload")) {
1957 1954
            drop_ld_preload = 1;
1958 1955
        } else
1959
#ifdef USE_CODE_COPY
1960
        if (!strcmp(r, "no-code-copy")) {
1961
            code_copy_enabled = 0;
1962
        } else
1963
#endif
1964 1956
        {
1965 1957
            usage();
1966 1958
        }

Also available in: Unified diff